This is a discussion on RE: [PHP] mysql.sock file location within the PHP General forums, part of the PHP Programming Forums category; [snip] I wasn't worried about short code =0P I would have done this if I was: $Connection = mysql_connect('localhost','******','******') ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Don't know yet, I've managed to stop mysql from loading now! (See my
previous mail) -----Original Message----- From: Jay Blanchard [mailto:jay.blanchard@niicommunications.com] Sent: Thursday, September 25, 2003 10:40 AM To: Donald Tyler; php-general@lists.php.net Subject: RE: [php] mysql.sock file location [snip] I wasn't worried about short code =0P I would have done this if I was: $Connection = mysql_connect('localhost','******','******') or die(mysql_error()); =0P [/snip] Cool, but do you get errors? |
|
|||
|
Well after getting MySQL back up and running (After restarting the
machine) the script worked fine. So it looks like editing the PHP.ini file worked. Thanks to everyone who helped. Don't know where I would be without you guys (& gals?). Donald. -----Original Message----- From: Jay Blanchard [mailto:jay.blanchard@niicommunications.com] Sent: Thursday, September 25, 2003 10:40 AM To: Donald Tyler; php-general@lists.php.net Subject: RE: [php] mysql.sock file location [snip] I wasn't worried about short code =0P I would have done this if I was: $Connection = mysql_connect('localhost','******','******') or die(mysql_error()); =0P [/snip] Cool, but do you get errors? |