Anyone plz help.. this is weird..

johnyeo90

New Member
Messages
14
Reaction score
0
Points
0
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'enter username'@'lotus.x10hosting.com' (using password: YES) in /home/johnyeo9/public_html/responder/include/db_mysql.php on line 74
Database error: pconnect(localhost, enter username, $Password) failed.
MySQL Error: ()
Session halted.

What is the problem??
I have entered user name, database name and password, but it still show the same error message..

:dunno:

is it because of the username'@'lotus.x10hosting.com??

How to solve this problem please help..:happysad:
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
MYSQL server is looking down at the moment...

Admins are alerted about that issue.. Wait for some time. It will resolve soon.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
If you're still getting the error when the server is back up, make sure you're using "localhost" as the server name when connecting.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Guys, can we take a moment to read the original post?

This is the line causing the error: Database error: pconnect(localhost, enter username, $Password) failed.

^ localhost, $Password are right. What exactly is supposed to be where "enter username" is though?

Cause I'm sure it's not "enter username."
 

johnyeo90

New Member
Messages
14
Reaction score
0
Points
0
Thank you..but im new with web hosting... so from where i can find the localhost??:happysad:
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Thank you..but im new with web hosting... so from where i can find the localhost??:happysad:

Localhost is right where it should be, but in that line that it shows the error on, the username is still "enter username" - that needs to get changed to whatever the right username is supposed to be (the one you set up in cpanel).
 

johnyeo90

New Member
Messages
14
Reaction score
0
Points
0
Localhost is right where it should be, but in that line that it shows the error on, the username is still "enter username" - that needs to get changed to whatever the right username is supposed to be (the one you set up in cpanel).



Thank you... i will try and see either it is working or not.:cool:
 
Top