Next2net
18th of May 2002 (Sat), 20:53
I 'm having problems setting up EE on my Affinity Hosting account. I think the PHP version is 4.06. I believe I have the connect.php correct, as follows:
$dbcnx = @mysql_connect("sql.ahnet.net", "next2n", "my password");
(! @mysql_select_db("next2n") )
Here is the error message I get when trying to coneect to http://www.next2net.com/gallery/setup.php:
Warning: Failed opening 'add/connect.php' for inclusion (include_path='.:') in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 4
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Warning: MySQL: A link to the server could not be established in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
IN QUERY
DROP TABLE IF EXISTS `ee_camera`
If you can, please help me.
Thank you,
Robb
$dbcnx = @mysql_connect("sql.ahnet.net", "next2n", "my password");
(! @mysql_select_db("next2n") )
Here is the error message I get when trying to coneect to http://www.next2net.com/gallery/setup.php:
Warning: Failed opening 'add/connect.php' for inclusion (include_path='.:') in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 4
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Warning: MySQL: A link to the server could not be established in /nfs/cust/5/4/2/next2n/gallery/setup.php/ on line 13
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
IN QUERY
DROP TABLE IF EXISTS `ee_camera`
If you can, please help me.
Thank you,
Robb