Page 1 of 1

Does MySQLDirect 3.0 Support Unix Platforms

Posted: Wed 21 Sep 2005 07:36
by kjacobthomson
Hi,
My MYSQL Database resides in a Unix Machine, I tried the evaluation version in a Windows Server, it works fine , But it is not able to connect to Unix Server.

Iam using Compact Framework

Regards

thomson

Posted: Wed 21 Sep 2005 09:15
by Serious
Check if you can connect to your database server on UNIX machine using standard command line client (mysql.exe) from windows machine.
If it works send us connection string you've used to connect with mysql.exe.