Re: Turn off MySql Warning Messages

2001-02-22 Thread Jorge del Conde
/_/ / /__ MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\/ Mexico City, Mexico <___/ - Original Message - From: "samsom, debra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 11:28 AM Subject: Turn off MySq

Re: Turn off MySql Warning Messages

2001-02-22 Thread Steve Edberg
Well, this is a database interface (in this case, I assume PHP) question rather than a mysql question, but: Prepend the mysql_connect() with an @ sign to suppress error message reporting: @mysql_connect("localhost","root","") or die ("Server Currently Unavailable"); See the PHP

Re: Turn off MySql Warning Messages

2001-02-22 Thread Scott Baker
At 11:28 AM 2/22/2001 -0600, samsom, debra wrote: >I would Like to Turn Off the following MySQL Connect Warning message. Any >Suggestions??? > >Warning: MySQL Connection Failed: Can't connect to MySQL server on >'localhost' (10061) in e:\program files\apache >group\apache\htdocs\dwg\dwg.php on l

Turn off MySql Warning Messages

2001-02-22 Thread samsom, debra
I would Like to Turn Off the following MySQL Connect Warning message. Any Suggestions??? Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (10061) in e:\program files\apache group\apache\htdocs\dwg\dwg.php on line 22 Server Currently Unavailable This is the code t