I always get the following error when I try to open the MySQL database connection..
I use the following connection code...Code:[MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'xxx.com' (10060)
I already login into my CPanel to add theCode:Conn.Open "Driver={MySQL ODBC 3.51 Driver};Server=xxx.com;Database=xxx_newdb;User=xxx_admin; Password=admin;Option=13;"
"xxx.com" as my MySQL Host
"xxx_newdb" as new database
"xxx_admin" as username
"admin" as password


Reply With Quote

