How can I connect to my MySQL server from my computer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    How can I connect to my MySQL server from my computer?

    I'm trying to open a command prompt window to my MySQL server. From reading online, I should be able to use
    Code:
    /usr/local/mysql/bin/mysql -h hostname ...other options...
    However, I don't have MySQL on my laptop, so it doesn't recognise the MySQL command. Is there a way to connect, or do I have to install MySQL on my laptop so that I have the proper files?

    MySQL is totally new to me (I'm an MS Access guy), so I might not be providing enough information. If not, please forgive me and I'll try to provide the information that you request to the best of my ability.
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    Never mind. I just figured it out. I copied the MySQL.exe (in the mysql/bin folder) file from my server to my laptop and then opened it to the remote hostname.

    Comment

    Working...