Dev Journals

sub

Active Member
💻 Oldtimer
Joined
Jun 18, 2003
Messages
5,961
Best answers
0
Location
New York
I cant see the Dev Journals.... I get a error message that says:

Warning: mysql_connect(): Access denied for user: 'greg_esf@localhost' (Using password: YES) in /home2/esf/public_html/journals.php on line 122
Could not connect to MySQL server.

Is it just me that cant see them or do other poeple have this problem too?
 
Lost in space
Banned
Joined
Jul 8, 2003
Messages
24
Best answers
0
same thing happen's to me

Warning: mysql_connect(): Access denied for user: 'greg_esf@localhost' (Using password: YES) in /home2/esf/public_html/journals.php on line 122
Could not connect to MySQL server
 
brainfeeder
💻 Oldtimer
Joined
May 29, 2002
Messages
5,179
Best answers
0
Location
Florida
yeah i get that too, i guess the site is being re-done.
 
The Krazy One
✔️ HL Verified
🎈 Advanced
Joined
Feb 2, 2002
Messages
577
Best answers
0
X-iT_W0uN|) said:
I can see them have you tried to refresh a few times
If an error like that appears, refreshin' the page will not fix it. That error refers to the user not having access to the mySQL database. My guess is, he hasn't gotten it fully configured, or forgot to add that user to the mysql server.
 

sub

Active Member
💻 Oldtimer
Joined
Jun 18, 2003
Messages
5,961
Best answers
0
Location
New York
It happends with every Dev Journal :\.
 
New Member
Joined
Jan 3, 2003
Messages
468
Best answers
0
It means that the mysql database information in the php script is bascially wrong, since it cant connect to the database, either that or the database itself was deleted.
 
The Krazy One
✔️ HL Verified
🎈 Advanced
Joined
Feb 2, 2002
Messages
577
Best answers
0
SoulStriker said:
It means that the mysql database information in the php script is bascially wrong, since it cant connect to the database, either that or the database itself was deleted.
That's exactly what I mean't in my previous post. The username/password combination they're usin' is incorrect. They need to get the correct information and update their php script configuration.
 

Users who are viewing this thread

Top Bottom