![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a MySql datebase in my computer and I'm trying to connect it from another computer. Both computer are in AD. |
|
When I give to parameter Server my computers ip-address and my User and Password are correct, and I'm trying to Test it gives me: "Connection Failed:[HYOOD][MYSQL][ODBC 5.1 DRIVER]Can't connect to MYSQL server on 'ip-address'[10060]" It connect perfect in my own comuputer when I put Localhost into Server-parameter. |
#3
| |||
| |||
|
|
hannu escribió: I have a MySql datebase in my computer and I'm trying to connect it from another computer. Both computer are in AD. Active Directory should not be relevant. When I give to parameter Server my computers ip-address and my User and Password are correct, and I'm trying to Test it gives me: "Connection Failed:[HYOOD][MYSQL][ODBC 5.1 DRIVER]Can't connect to MYSQL server on 'ip-address'[10060]" It connect perfect in my own comuputer when I put Localhost into Server-parameter. Most likely, there's a firewall blocking connections. You have to open the MySQL port, which defaults to 3306. Also: - Make sure you haven't disabled networking (see the skip_networking parameter). - Check you have an user with permission to connect from the other computer (e.g. john@%) -- --http://alvaro.es- Álvaro G. Vicario - Burgos, Spain -- Mi sitio sobre programación web:http://borrame.com -- Mi web de humor satinado:http://www.demogracia.com -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |