system_db_struct.inc
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #
  2. # This test must examine structure of current system database
  3. #
  4. -- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db
  5. show tables;
  6. show create table db;
  7. show create table host;
  8. show create table user;
  9. show create table func;
  10. show create table tables_priv;
  11. show create table columns_priv;