📄 init_connect.result
字号:
select hex(@a);hex(@a)NULLselect hex(@a);hex(@a)610063set global init_connect="set @a=2;set @b=3";select @a, @b;@a @b2 3set GLOBAL init_connect=DEFAULT;select @a;@aNULLset global init_connect="drop table if exists t1; create table t1(a char(10));\insert into t1 values ('\0');insert into t1 values('abc')";select hex(a) from t1;hex(a)00616263set GLOBAL init_connect="adsfsdfsdfs";select @a;Got one of the listed errorsdrop table t1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -