I have MySQL server running fine on Linux Server. I need to connect Windows workstations to the MySQL server. I installed MySQL ODBC 3.51.14 driver.
When i try to connect the ODBC allways returns the following error:
[MySQL][ODBC 3.51 Driver]Unknown MySQL server host 'mysql' (11001)
I tried server names like 'mysqld', 'MySQL', ip address, combinations of linux server name and mysql name, and other characters like *.*, *:*, *:mysql, etc...
The MySql server is running fine on linux server, port=3306(default). The 'bind-address = 127.0.0.1' parameter on 'my.cnf' file is marked as comment.
Could anybody help me?
Carlos Pena
Santo Domingo, Dominican Republic