system_db_struct.inc
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- #
- # This test must examine structure of current system database
- #
- -- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db
- show tables;
- show create table db;
- show create table host;
- show create table user;
- show create table func;
- show create table tables_priv;
- show create table columns_priv;