Answer the question
In order to leave comments, you need to log in
How to export a database via SSH (mysqldump)?
To export the database, I do the following I
connect to the database I mysql -u [dbuser] -p [dbname]
enter the password password
I export to the database.sql file mysqldump -u [dbuser] -p [dbname] > database.sql
A symbol appears on the command line ->
and the database is not exported. Is there anything else that needs to be done?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question