I'm guessing you have this fixed by now, but that sounds like its one of the following:
- mysql server is not running
- mysql server does not have the user configured properly to access it
- connection information is not configured properly in your application (username, password, host, connection method)
Quote:
|
Originally Posted by stephen_uk
Could eny one please help?
I have installed MySQL and MyODBC successfully.
If i try to create a system DSN and test it the following message appears:
[MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'localhost' (10022)
If I try to use the DSN in the code to connect to thye database I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'localhost' (10022)
Can anyone please help it would be very much appreiciated
Many Thanks
|