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?
Can MySQL manager professional edition dump data?
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.