Answer the question
In order to leave comments, you need to log in
How to write a command in the crown to create an sql dump of the database in the right folder?
Greetings. The bottom line is, there is a command:
mysqldump -u user -p dbname > /path/to-filder/dump.sql
mysqldump --opt -u user -p pass dbname > /path/to-folder/dump.sql
mysqldump --opt -u user dbname -p pass > /path/to-folder/dump.sql
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