MySQL Forums
Forum List  »  Newbie

Re: hi
Posted by: Shawn Green
Date: September 06, 2014 10:15PM

You will need to install MySQL on your Windows machine. That will install the "mysql" program on that system.

Then, you will need to specify (as part of your startup command) which host your server is on (your Mac). Then, you can use your mysql command to talk to the database working on your other machine

Here's a pattern you can follow:

mysql -u root --host=198.162.1.45

Change the address to the address of the machine hosting your database.

Options: ReplyQuote


Subject
Written By
Posted
hi
September 03, 2014 10:25AM
September 03, 2014 10:34AM
Re: hi
September 06, 2014 10:15PM


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.