If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Access Errors

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-04, 13:42
cmptrguru7 cmptrguru7 is offline
Registered User
 
Join Date: Feb 2002
Posts: 43
Access Errors

I am using PHP to connect to a MySQL database. When I connect I get the error:

Unable to connect to MySQL server: servername : '' :Access denied for user: 'username@servername' (Using password: YES)

I am able to connect using this user from the command prompt and I am able to access the database just fine. I am also able to connect from PHP if start mysqld with the --skip-grant-tables option. I do not want to have to run my database with this option so does anyone know what I am doing wrong?
Reply With Quote
  #2 (permalink)  
Old 04-05-04, 17:01
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: Access Errors

Quote:
Originally posted by cmptrguru7
I am using PHP to connect to a MySQL database. When I connect I get the error:

Unable to connect to MySQL server: servername : '' :Access denied for user: 'username@servername' (Using password: YES)

I am able to connect using this user from the command prompt and I am able to access the database just fine. I am also able to connect from PHP if start mysqld with the --skip-grant-tables option. I do not want to have to run my database with this option so does anyone know what I am doing wrong?
Try to search in this forum and you'll get the answer...
Reply With Quote
  #3 (permalink)  
Old 04-06-04, 00:39
cmptrguru7 cmptrguru7 is offline
Registered User
 
Join Date: Feb 2002
Posts: 43
Re: Access Errors

Quote:
Originally posted by ika
Try to search in this forum and you'll get the answer...
Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On