How to connect remotely to Linux/MySQL using MySQL Query Browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emsik1001
    New Member
    • Dec 2007
    • 93

    How to connect remotely to Linux/MySQL using MySQL Query Browser

    Hi



    I'm trying to connect from my Windows based PC to a dedicated server which is running on Linux system.

    I type server host and port 3306 user name admin + password and default schema and I get access denied message.

    I use putty to connect to the server using IP and port 22 and it connects to the server.


    What settings do I need to use to connect to MySQL using query browser?

    Many thanks in advance.
    Emil
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Did you GRANT priviliges to your mysql user to connect remotely?

    Comment

    • emsik1001
      New Member
      • Dec 2007
      • 93

      #3
      I'm using admin with password which seems to have access to everything.

      Comment

      • emsik1001
        New Member
        • Dec 2007
        • 93

        #4
        Hi

        Thanks I didn't understand what you exactly mean but finally I was able to find instructions how to add my IP address to the user table in MySQL so I can connect remotely--- didn't work first time but after

        flush priviliges;

        worked perfectly

        Thanks

        Comment

        Working...