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

📄 check.result

📁 开启mysql的远程连接的方法 mysql-noinstall-5.1.6-alpha-win32.zip
💻 RESULT
字号:
drop table if exists t1;create table t1(n int not null, key(n), key(n), key(n), key(n)); check table t1 extended;insert into t1 values (200000);Table	Op	Msg_type	Msg_texttest.t1	check	status	OKdrop table t1;Create table t1(f1 int);Create table t2(f1 int);Create view v1 as Select * from t1;Check Table v1,t2;Table	Op	Msg_type	Msg_texttest.v1	check	status	OKtest.t2	check	status	OKdrop view v1;drop table t1, t2;

⌨️ 快捷键说明

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