Has anybody had success with connecting to MySQL using the Shared Memory protocol via the DevArt components? (in .NET)
If so, how did you do it, what is the connection string? And what other gotcha's are there?
Note I have the sever started fine with...
mysqld --skip-networking --shared_memory=1 --shared-memory-base-name='MyName'
and I can access it just fine with the MySQL.exe client via...
MySql --protocol=memory --shared-memory-base-name="MyName'