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]

Reply via email to