MySQL Forums
Forum List  »  Newbie

Re: mysql
Posted by: Peter Brawley
Date: June 29, 2016 07:56PM

> I want to export data from a database from another machine.

If it is a MySQL DB, run mysqldump for that DB on that machine, and import the script into your local MySQL instance.

> I am unable to telnet from the "other" machine to my machine using telnet ipaddress 3306

3306 is MySQL's port number, not its IP address

> Do I also need to install mysql on the other machine in order for this to work?

If the database on the other machine is not MySQL, see Migration functionalities in WorkBench and the Migration forum here.

Options: ReplyQuote


Subject
Written By
Posted
June 29, 2016 08:06AM
Re: mysql
June 29, 2016 07: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.