1
嗨需要轉儲我的MySQL數據庫的意見和SP的。但我不需要任何數據。我該如何編寫mysqldump命令?如何將mysql數據庫轉出數據?
嗨需要轉儲我的MySQL數據庫的意見和SP的。但我不需要任何數據。我該如何編寫mysqldump命令?如何將mysql數據庫轉出數據?
-R, --routines Dump stored routines (functions and procedures).
--no-data, -d
Do not write any table row information (that is, do not dump table contents). This is useful if you want to dump only the CREATE TABLE statement for
the table (for example, to create an empty copy of the table by loading the dump file).
來源:man mysqldump
和mysqldump --help