Forum Moderators: mack
Welcome to phpMyAdmin 2.5.5-pl1
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Server localhost
Error
MySQL said:
#2003 - Can't connect to MySQL server on 'localhost' (10061)
[Documentation]
Next you could check you computer name, right click my computer, select properties then click on computer name tab, here you will see the name, in the phpmyadmin config file change the localhost to computer name and do the same in your browser to call it.
This is a bit of a workaround, some of these security programs do make changes.
Another thing maybe check in the IIS settings that the machine still has the name localhost.
Hope this helps
Cheers
Caskie
To start mysql you will need a "dos" window, this can be found 2 ways, the first by clicking on the start button then run then type cmd and enter. Alternatively, start, programs, accessories then click on command prompt, when you have the black window open type the following - "c:\mysql\bin\mysqld-nt.exe start" then close the window with the cross in the top left corner (this is assuming win 2k or xp). If you do a ctrl-alt-del you should see the service under processes, near the bottom. To ensure this starts automatically, start, settings, control panel, admin tools, services, on the rhs look for mysql, right click and select properties, make sure automatic is selected, don't worry if it says stopped as long as in the processes it shows then it's ok.
To check the IIS settings go, start, settings, control panel, admin tools, internet information services, then expand the tree until you see default web site, this should say running over on the rhs, if not right click again and click start.
Hope this helps
Caskie