>>problem With The Mysql Database<<

form_info_2004

New member
Joined
Oct 7, 2004
Messages
1
PROBLEM With Mysql Database

I have the hosting and domain registred to www.101sitehosting.net

The following message apear when i'm trying to login as ADMIN or when i'm trying to register or login to my site.
Please let me know what to do. I don't know how to creat my data base.

Thanks


Warning: mysql_pconnect(): Access denied for user:
'[email protected]' (Using password: YES) in
/home/jffnx5/domains/full-escrow.info/public_html/inc/db_mysql.inc on
line
70

Database error: connect(full-escrow.info, jffnx5, $Password) failed.
MySQL Error: ()
Session halted
 
Last edited:
Make sure that your script is configured with the correct username, database name, as well as password since that is the most likely reason for that error message.

For example the error message has(kind of careless for a script to display that kind of information even in an error message ;):

Database error: connect(full-escrow.info, jffnx5, $Password) failed.
MySQL Error: ()

Usually the database and usernames follow the format
Code:
dausername_username
For example admin_forminfo
 
Back
Top