init_connect.result

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 25 行

RESULT
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?