MySQL Workbench - Basic Connection

Discussion in 'Databases' started by ratasp, Apr 14, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    I just signed up for MySql add-on.

    Then created a database via MySql Database Manager.

    Tried to connect via MySql Workbench - failed.

    Basic KB article is not helping me (please point me to one that will).

    Can any one give an example of what I should enter for the following fields

    Connection Name:
    Connection Method:
    Hostname:
    Username:
    Default Schema:

    Many thanks in advance
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    You should be able to find that information in the Control Panel.

    Connection Name: you can create your own name
    Connection Method: Standard (TCP/IP)
    Hostname: mysql###.discountasp.net
    Username: username
    Default Schema: You can leave this blank.
     
  3. Thanks for the quick response.

    Still not working though.

    hostname:emysql###.discountasp.net
    Port: ????

    What should I set as the port number?

    thanks
     
  4. Please disregard my last post. I tried port 3306 and it worked. Luckily I didn't give up after the 3305th attempt.
     
  5. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    I'm glad you got it working. :)
     
  6. I tried connecting with MySQL Workbench and get the error, "MySQL 4.1 is older than 5.0 and is not suported by MySQL Workbench" so no connection to my discountasp.net MySQL db
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page