I need to download a database on my machine, but it can not handle the MySQL Workbench.
Is there a program lighter than the Workbench or what commands do I need to download the DB that I want?
I need to download a database on my machine, but it can not handle the MySQL Workbench.
Is there a program lighter than the Workbench or what commands do I need to download the DB that I want?
Use MySQLdump:
mysqldump [dbname] -h [host] -u [user] -p > [endereço onde salvar o dump]
press enter
type the password and you're done