> -----Original Message-----
> From: KONUS [mailto:[EMAIL PROTECTED]] 
> 
> Warning: MySQL Connection Failed: Can't connect to MySQL 
> server on 'localhost' (10061) in 
> C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255
> Error 
> Iam using Win2K Professional.
> 
> What's going on??


You haven't switched your mysql server on.

c:\mysql\bin\mysqld.exe -install
(c:\mysql\bin\mysqld.exe -standalone <- this one will start it without
running it as a service, you have to start it every time you want to use it,
can be nice to know)

After installing it as a service you will be able to start and stop the
server via NET START/STOP mysql from run.

/brother

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to