Can MySQL manager professional edition dump data?

Asked By 40 points N/A Posted on -
qa-featured

I'm using MySQL manager professional edition. I can not dump data into my own MySQL. Entered the code jdbc:mysql://<HOSTNAME>:<PORT>/<DATABASE> but can't seem to detect the port. 

Am I doing something wrong or is MySQL manager professional edition can't dump data?

SHARE
Answered By 0 points N/A #196239

Can MySQL manager professional edition dump data?

qa-featured

Hello,

It would be difficult to dump data from MySQL manager professional. 

However, other parties create new MySQL tools to simplify the user's various tasks when working with a database: You can use Sequel Pro that enables you to dump tables as well as the entire database. You can use Data Wizard for MySQL another tool that will also dump the data. Another alternative solution is to backup MySQL database using MySQL Workbench tool. Browse to this site for further information. 

I hope this is helpful.  

Good luck to you.

Related Questions