⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system_mysql_db.test

📁 开启mysql的远程连接的方法 mysql-noinstall-5.1.6-alpha-win32.zip
💻 TEST
字号:
## This test must examine integrity of system database "mysql"## check that CSV engine was compiled in, as the result of the test# depends on the presence of the log tables (which are CSV-based).--source include/have_csv.inc# First delete some tables maybe left over from previous tests--disable_warningsdrop table if exists t1,t1aa,t2aa;--enable_warnings-- disable_query_loguse mysql;-- enable_query_log-- source include/system_db_struct.inc-- disable_query_loguse test;-- enable_query_log# keep results same with system_mysql_db_fixshow tables;# End of 4.1 tests

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -