If you are trying to connect a MYSql client to the server use the above recommendation.
If you are trying to connect Access to a MySql database and use access to do queries etc. then download the MYSQL ODBC connector from MYSQL.com (free). Install the connector, connect to your database host name etc and test the connection. Once connected open access, go to File, Get external data, link tables select Connect via ODBC in the file type option. You can then select some or all of the tables in your MYSQL database.
Good Luck,
/Joe
Main Topics
Browse All Topics





by: ajaikumarrPosted on 2004-07-22 at 03:40:18ID: 11610872
Hai...
I'm assuming that you are asking about connecting MYSQL client to server right? if so follow the below steps.
1. Download the client http://www.mysqlfront.de.
2. install it on local system.
3. Specify the server location and provide username & password.
This will get connected to server.
Bye
Ajai