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 > Error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-09, 07:56
warmmelody warmmelody is offline
Registered User
 
Join Date: Nov 2009
Posts: 1
Error

I just now tried to upload my portal in the linux server and after I uploaded everything including my data base and tried to see the home page I get the following error - Can you help me how to solve it.

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'bestjobs_user'@'localhost' (using password: YES) in /home/bestjobs/public_html/system_function_initialize.php on line 0

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bestjobs/public_html/system_function_initialize.php on line 0
Access denied for user 'bestjobs_user'@'localhost' (using password: YES)

wishes
Reply With Quote
  #2 (permalink)  
Old 11-27-09, 08:13
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
so you haven't got the persmiisons set correctly for that user/password
you need to define them correctly for MySQL to authenticate the user.

I don't fidn the security model used in MySQL particularly intuitive or understandable.

either set the permission using the command line client or consider using something like MySQL adminstrator. if you use the command line remember to flush privileges afterwards to make certain the server reloads the updated user profiles
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
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