phpMyAdmin Error. plz try to solve my problem

Discussion in 'PHP' started by B R Bhatt, Oct 10, 2007.

  1. #1
    I have sucessfully setup wamp5_1.4.3 in my computer .
    when I open http://localhost/phpmyadmin/
    I have seen following error message .

    Mysql said ?
    #2003-can not connect to mysql server on 'localhost'(10061)


    please try to give the reason of above message.
     
    B R Bhatt, Oct 10, 2007 IP
  2. pyrole

    pyrole Banned

    Messages:
    158
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Probably its because apache and my sql server services have not started yet...possible because either you have set them to manual...or otherwise...If the installation was alright then try this:-

    open run -> services.msc
    search for apache and my sql services....right click --> start
     
    pyrole, Oct 10, 2007 IP
  3. Squash

    Squash Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can type this command in command line on your computer

    telnet localhost 3306

    If nothing will happen and you just see sign "Connecting to locahost..." - this means that MySQL server was not run on your computer.
     
    Squash, Oct 12, 2007 IP