Mysql的操作

Posted by on | | 0 意見
顯示內含的下一階層資料
show databases;
show tables;

使用下一階層的資料
use [database_name];
use [table_name];

顯示下一階層資料的狀態
show function status;
show table status;

顯示建立的script
show create table [table_name];
show create function [function_name];


Powered by ScribeFire.