📅  最后修改于: 2022-03-11 14:47:44.352000             🧑  作者: Mango
first goto the folder where you have the write privileges and then
run this command
mysqldump --no-tablespaces --add-drop-table -u dbuser -p`cat /etc/psa/.psa.shadow` dbname > dbname.sql
where dbuser = database user
dbname = database name
--for more info click on the click given below :