Answer the question
In order to leave comments, you need to log in
What warning does MySQL give?
Hello. Dumping the database:
# sudo mysqldump --user=**** --password="****" --database **** > ****.sql
Warning: Using unique option prefix database instead of databases is deprecated and will be removed in a future release. Please use the full name instead.
Answer the question
In order to leave comments, you need to log in
Нашел решение, ему синтаксис не нравится устаревший.sudo mysqldump -u<USER> -p<PASS> DBNAME > DUMP.sql
Вот ваш случай и с зелёной галкой решение проблемы.
serverfault.com/questions/670648/mysqldump-complai...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question