How to Connect to a hosted MySQL Server
Setup an ODBC Data Connection to a MySQL Server
You can connect to a hosted MySQL server from any application via ODBC:
- Download and install the required MySQL ODBC Connector
from the MySQL homepage:
http://www.mysql.com/downloads/connector/odbc/ link
- Create a new ODBC DSN (Data Source Name) either from within the application
or from "Administrative Tools" > "Data Sources (ODBC)".
Create a "User DSN" if the database should be available for the current user only.
Create a "System DSN" if the database should be available for all users and windows services. - Fill in the required details and test the connection. If everything
is working fine, then save it and close the "Data Source (ODBC)"
dialog.
The "Data Source Name" is the name, which identifies the connection. You can type in any name here, e.g. "MyConnection".
The TCP/IP Server is the server name of your hosted MySQL (web server). Please take a look at your hosted control panel or ask your web administrator if you don't know what server name you should enter here.
Unicode Applications:
Some older versions of the MySQL ODBC Connector won't support unicode, which
could result in missing characters or squares.
Please make sure you have
installed the latest version of the ODBC driver and select the "MySQL ODBC Unicode"
driver - not the ANSI driver!
- Download and install the MySQL ODBC Connector version 5.1 (or newer)
- Create a new ODBC DSN (see above) using the updated MySQL ODBC Connector
- If you still have problems, change the charset in the "Details>>>" of the MySQL ODBC Connector to "unicode" or "utf-8".
32bit and 64bit Applications:
If you are using a 32bit application you need to install the 32bit MySQL
ODBC Connector, because 64bit ODBC DSN's are not available for 32bit applications.
Use the 64bit MySQL ODBC Connector if you are using a 64bit application.
See also:
How to setup
a Windows ODBC DSN on 64bit systems for 32bit applications
Resources:
Disclaimer: The information on this page is provided "as is" without warranty of any kind.
Further, Arclab Software OHG does not warrant, guarantee, or make any representations
regarding the use, or the results of use, in terms of correctness, accuracy, reliability, currentness, or otherwise.
See: License Agreement