equable
Joined: 12 Apr 2004 Posts: 9
|
Posted: Mon Apr 12, 2004 1:52 am Post subject: Error in line 17! Argh! |
|
|
Okie, here's my error.
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/6/66/89/498666/web/blog/b2install.php on line 17
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/6/66/89/498666/web/blog/b2install.php on line 17
Can't connect to the database
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Here is my config..
// ** MySQL settings **
# fill with your database details
$dbname = 'equable0'; // the name of the database
$dbhost = 'localhost'; // 99% chances you won't need to change this value
$dbusername = 'equable0'; // your MySQL username
$dbpassword = '********'; // ...and password
Here is what my host says about my database.
See below for your MySQL settings and configuration.
MySQL Server : mysql.equable.org
MySQL Database Name : equable0
MySQL Username : equable0
MySQL Password : Same as your hosting account password, unless you change it using the tool below.
Any ideas? It looks like my database either isn't there, or it isn't recognizing my username. I even tried changing the dbname to mysql.equable.org with no success. Any help would be appreciated  |
|