MySQL exports the creation of the database table (using mysql control centermysql-front)

zhaozj2021-02-16  61

MySQL Control Center:

1. Make sure the MySQL CC connection

2. Select the corresponding library. Table => Right-click => Tool => Display Create Statement => Select the desired table (you can choose all tables) => Execute

=> Tools => show create => Select the desired table (you can choose all tables) => Execuete

Or in SQL, execute: show create Table Table_name;

MySQL-FRONT:

1. Open mysql-front

2. Select the appropriate library. Table (You can choose all tables) => Right-click => attribute => Original

转载请注明原文地址:https://www.9cbs.com/read-18933.html

New Post(0)