Results 1 to 6 of 6

Thread: test mysql on windows

  1. #1
    Join Date
    Jul 2003
    Posts
    421

    test mysql on windows

    hi all
    before, I try to play mysql no install one. , and connect to jdbc, it look's find , late I found is difficult to reinstall. now I try to play install my sql 4.16 on my windows , I got the successful install but faid at connection
    what is wrong??
    C:\mysql\bin>mysqld --install
    Service successfully installed.

    C:\mysql\bin>mysqlshow
    mysqlshow: Can't connect to MySQL server on 'localhost' (10061)

    C:\mysql\bin>
    C:\mysql\bin>mysql test
    ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)
    ________
    HERBAL VAPORIZER
    Last edited by sql; 03-06-2011 at 01:40 AM.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Ensure MySQL service is running, and try connect to it with host name instead of localhost.

  3. #3
    Join Date
    Jul 2003
    Posts
    421
    and who do I know my SQl server is running, that is what I want to test.
    Thank you
    ________
    COROLLA SPACIO
    Last edited by sql; 03-06-2011 at 01:41 AM.

  4. #4
    Join Date
    Feb 2003
    Posts
    1,048
    Look in the services snap-in to see if the msqld service is running.

    More info on your error: http://dev.mysql.com/doc/mysql/en/ca...to-server.html

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    Or check windows task manager to see if mysqld-nt.exe is in processes tab.

  6. #6
    Join Date
    Jul 2003
    Posts
    421
    I all, thank you. I got it work.
    Thank you very much.
    ________
    GLASS PIPE PICTURES
    Last edited by sql; 03-06-2011 at 01:41 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •