Server Database error
Posted: Fri Apr 06, 2007 1:54 am
I had not been in the DB for so long that I forgot the name and password.
So I changed it to get in. Now Serendipity is down with user denied warnings.
---
Warning: mysql_connect(): Access denied for user: 'rackjite@linhost113.prod.mesa1.secureserver.net' (Using password: YES) in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 263
Warning: mysql_select_db(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 264
Warning: mysql_select_db(): A link to the server could not be established in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 264
serendipity error: unable to connect to database - exiting.
----
So I went there and found line 263 and 264:
$serendipity['dbConn'] = $function($serendipity['dbHost'], $serendipity['dbUser'], $serendipity['dbPass']);
mysql_select_db($serendipity['dbName']);
serendipity_db_reconnect();
So I gather that I have to put my info behind the various 'db?
Not sure what Conn is suppose to be. domain name?
And does the info I put in need the first letter capitalaized too?
ANd is this really the place to do this? Or is it directing things to another file where that info is listed?
I would think I would see the old info rather than no info?
I did the serendipity UPGRADE anyway to see if God would fix it.
He didnt.
RJ
PS: I think in tutorials you should say use s9y for the blog directory name. Once it gets going, serendipty is just too long and too often misspeeled and a want to go through hoops to change it later.
If it was s9y I wouldnt give a second thought to leaving it at that.
So I changed it to get in. Now Serendipity is down with user denied warnings.
---
Warning: mysql_connect(): Access denied for user: 'rackjite@linhost113.prod.mesa1.secureserver.net' (Using password: YES) in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 263
Warning: mysql_select_db(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 264
Warning: mysql_select_db(): A link to the server could not be established in /home/content/r/a/c/rackjite/html/serendipity/include/db/mysql.inc.php on line 264
serendipity error: unable to connect to database - exiting.
----
So I went there and found line 263 and 264:
$serendipity['dbConn'] = $function($serendipity['dbHost'], $serendipity['dbUser'], $serendipity['dbPass']);
mysql_select_db($serendipity['dbName']);
serendipity_db_reconnect();
So I gather that I have to put my info behind the various 'db?
Not sure what Conn is suppose to be. domain name?
And does the info I put in need the first letter capitalaized too?
ANd is this really the place to do this? Or is it directing things to another file where that info is listed?
I would think I would see the old info rather than no info?
I did the serendipity UPGRADE anyway to see if God would fix it.
He didnt.
RJ
PS: I think in tutorials you should say use s9y for the blog directory name. Once it gets going, serendipty is just too long and too often misspeeled and a want to go through hoops to change it later.
If it was s9y I wouldnt give a second thought to leaving it at that.