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 PRIVILEGES;

To try and elicit more help, I would suggest you start off every 
request for help by stating you platform, and versions of software that 
you are using.

Regards:

Russ

#---#

 "Believe nothing - consider everything"

  Russ Michell
  Anglia Polytechnic University Webteam
  www.anglia.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com

#---#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]