mysqldump to export the database

 mysqldump -h47.52.67.230 -P3306 -uroot -pAbc\!@#456789 --hex-blob --opt test_fooku_db >/home/test_fooku.sql

 

Reference: https://blog.csdn.net/u012436346/article/details/86570902

Guess you like

Origin www.cnblogs.com/clubs/p/11244337.html