how to fix this problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maverickx
    New Member
    • Jun 2007
    • 10

    how to fix this problem

    Hi everyone,
    i am not good at MySQL . i have a problem. when i installed a mysql manager software and then create a connection to the database, it says " 2003 can't connect to MySQL server on 'localhost' (10061)", so what's this? need help thanks a lot
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    I'm moving this thread to the MySQL Forums.
    Please refrain from posting in the Articles section!

    Moderator

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      It looks like your software is trying to connect to MySQL through port 10061, which sounds odd to me, unless you have changed it.
      The default port MySQL uses is 3306, try connecting on that port.

      Comment

      • maverickx
        New Member
        • Jun 2007
        • 10

        #4
        the default port number is 3306, and i didnt change it

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by maverickx
          the default port number is 3306, and i didnt change it
          How are you attempting to connect to the database?

          Comment

          • maverickx
            New Member
            • Jun 2007
            • 10

            #6
            i am attempting to create a database. I set up database name, Host name, port number, username and password, then i click 'Finish', it shows the dialogue mentioned above.

            The port number i set is 3306, default one.

            Comment

            • nomad
              Recognized Expert Contributor
              • Mar 2007
              • 664

              #7
              Originally posted by maverickx
              i am attempting to create a database. I set up database name, Host name, port number, username and password, then i click 'Finish', it shows the dialogue mentioned above.

              The port number i set is 3306, default one.
              can you show us your code for the db please.

              nomad

              Comment

              • maverickx
                New Member
                • Jun 2007
                • 10

                #8
                not code, i installed EMS SQL manager and using this software to create a database

                Comment

                Working...