RE: [PHP-WIN] Re: Mysql connection

2002-01-24 Thread Martin Lindhe
> Hey there! > > you must delete the my.ini or something like that and then it works! eh? my.ini holds your special mysql configuration and you shouldnt just go and delete it, and for certain it wont magically start mysql if you delete the file /Martin > > > "Brad Thomas" <[EMAIL PROTECTED]>

[PHP-WIN] Re: Mysql connection

2002-01-24 Thread Fabian Hoffmann
Hey there! you must delete the my.ini or something like that and then it works! "Brad Thomas" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Warning: MySQL Connection Failed: Can't connect to MySQL server on > > > 'localhost' (10061) in c:\program

[PHP-WIN] Re: Mysql connection

2002-01-16 Thread Brad Thomas
> > Warning: MySQL Connection Failed: Can't connect to MySQL server on > > 'localhost' (10061) in c:\program files\apache > > group\apache\htdocs\db_connect.php on line 3 This error means the MySQL server isn't running. Try starting the server and try again. -- PHP Windows Mailing List (htt

[PHP-WIN] Re: Mysql connection

2001-12-14 Thread Michel Laine
"blind leading another blind" ;-) Hi, i am a not-a-total-newbie myself - so here comes nothing... See if you get the same result (errors) when you use the local computer's real IP address or the localhost IP "127.0.0.1" instead of "localhost" in your mysql_connect(). Don't ask me if this solve it