MySQL Test
MySQL Test
I can log into the MySQL machine from the command line, and it appears that I have all of the parameters for the test set up correctly, but it only reports 'no answer'. Is there something special I need to do to make this test work?
Could you try command line (console) utility www.ks-soft.net/download/mssqltest.exe ?
It has 4 command line parameters: ServerName Database UserName Password. It should display error description that may help resolve the problem.
BTW: Have you tried ODBC Query test method to connect to your server?
Regards
Alex
It has 4 command line parameters: ServerName Database UserName Password. It should display error description that may help resolve the problem.
BTW: Have you tried ODBC Query test method to connect to your server?
Regards
Alex
mysqltest
Alex,
I'm assuming you meant mysqltest.exe, so I downloaded and tried that utility. Here's the output from that:
load library .. Ok
Initializing ..
Connecting .. Error: Client does not support authentication protocol requested b
y server; consider upgrading MySQL client
Is this a version problem with MySQL? I'm using your mysqllib.dll...
I'm assuming you meant mysqltest.exe, so I downloaded and tried that utility. Here's the output from that:
load library .. Ok
Initializing ..
Connecting .. Error: Client does not support authentication protocol requested b
y server; consider upgrading MySQL client
Is this a version problem with MySQL? I'm using your mysqllib.dll...