Re: [PHP-DB] Error connect to MySQL

2001-01-19 Thread Russ Michell
This could be one of several things. The user you have (or havn't) set up doesn't have the right permissions to query your database. So set one up using mysql>GRANT ,SELECT,INSERT,UPDATE mysql>ON 'database name' mysql>TO username@host mysql>IDENTIFIED BY PASSWORD 'your password' mysql>FLUSH PR

[PHP-DB] Error connect to MySQL

2001-01-19 Thread Rosen
Hi, While I try to connect to remote MySQL server i recieve "Can't connect to 'host' (10060). Where I can get description of retrieved error ? Thanks, Rosen Marinov -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: