> Warning: MySQL Connection Failed: Can't connect to MySQL server on
> 'localhost' (10061) in c:\arquivos de
> programas\apache group\apache\htdocs\db_connect.php on line 3
> Couldn't connect.

Is the MySQL deamon running?
IE, is there a black MS-DOS window (maybe minimized) that has something not
unlike this:
C:\mysql\bin\mysqld.exe: ready for connections
in it?
If not, you need to open an MS-DOS window and cd to where-ever you installed
MySQL and do "mysqld" and just let it sit there.  It's not "hung", it's just
waiting for you to do some MySQL stuff.

Can you connect to the MySQL deamon using mysql monitor?
IE, open an MS-DOS window and cd to where-ever you installed MySQL and do
"mysql mysql"
Then use \q to quit.

Get MySQL up-and-running without trying to get PHP to talk to it first.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to