jonas
12-25-1998, 05:56 PM
I might be a idiot but I cant get it to work.
I tried a rather simple guestbook:
http://php.netvision.net.il/examples/get_example.php3?count=323
I changed the DB login to:
mysql_connect( "localhost", "xkapellet", "topsecret"); // connect to the database, since each part of this uses the connection, we can just connect once at the beginning
mysql_select_db( "xkapellet") or die( "Error opening database"); //select our database
I tried to connect via the 'mysql' util mysql -u xkapellet -pXXXXX
and it worked, but via php the fallowing errors appers (http://www.kapellet.org/gastbok/guestbook.php3):
Warning: MySQL Connection Failed: Can't connect to local MySQL server (2) in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 5
Warning: MySQL Connection Failed: Can't connect to local MySQL server (2) in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 6
Warning: MySQL: A link to the server could not be established in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 6
Error opening database
Have anyone got mysql and php to work togehter? I Have tried to get the database connection to work with other applications (a PHP3 version of slash!), without success..
HELP! :-)
Cheers!
//Jonas
I tried a rather simple guestbook:
http://php.netvision.net.il/examples/get_example.php3?count=323
I changed the DB login to:
mysql_connect( "localhost", "xkapellet", "topsecret"); // connect to the database, since each part of this uses the connection, we can just connect once at the beginning
mysql_select_db( "xkapellet") or die( "Error opening database"); //select our database
I tried to connect via the 'mysql' util mysql -u xkapellet -pXXXXX
and it worked, but via php the fallowing errors appers (http://www.kapellet.org/gastbok/guestbook.php3):
Warning: MySQL Connection Failed: Can't connect to local MySQL server (2) in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 5
Warning: MySQL Connection Failed: Can't connect to local MySQL server (2) in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 6
Warning: MySQL: A link to the server could not be established in /big/dom/xkapellet/www/gastbok/guestbook.php3 on line 6
Error opening database
Have anyone got mysql and php to work togehter? I Have tried to get the database connection to work with other applications (a PHP3 version of slash!), without success..
HELP! :-)
Cheers!
//Jonas