經安全檢測,此網站為安全網站,請放心前往原始網址!

Dump just the table structure to a file in MySQL

–Use this to take only the Table structure of the database table in Linux – On the terminal [root@localhost ~]# mysqldump -uroot -proot123 -h200.200.200.12 mydatabasename tbl_mytable_name –no-data > /tmp/tbl_mytable_name_dump.sql Remember , if u dont ...

www.howtogeek.com

網址安全性掃描由 google 提供