MySQL Forums
Forum List  »  General

Re: How to connect to MySQL database from a different computer
Posted by: Peter Brawley
Date: December 25, 2018 03:56PM

You could install WB on a lan workstation and connect it to the server where MySQL is running.

I think Oracle SQL Developer needs JDBC to connect to a MySQL server, you'll need to check it out in the OSD docs.

Or for a cmdline interface you could copy the mysql client program to the lan workstation and use that using the cmd mysql -hLanNameofMySQLServer -u... -p...

Options: ReplyQuote


Subject
Written By
Posted
Re: How to connect to MySQL database from a different computer
December 25, 2018 03:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.