403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/mysql/mysql-test/suite/sys_vars/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/mysql/mysql-test/suite/sys_vars/r/local_infile_basic.result
SET @start_value = @@global.local_infile;
SELECT @start_value;
@start_value
1
'#--------------------FN_DYNVARS_018_01------------------------#'
SET @@global.local_infile = 0;
SET @@global.local_infile = DEFAULT;
SELECT @@global.local_infile;
@@global.local_infile
1
'#---------------------FN_DYNVARS_018_02-------------------------#'
SET @@global.local_infile = DEFAULT;
SELECT @@global.local_infile = 1;
@@global.local_infile = 1
1
'#--------------------FN_DYNVARS_018_03------------------------#'
SET @@global.local_infile = 0;
SELECT @@global.local_infile;
@@global.local_infile
0
SET @@global.local_infile = 1;
SELECT @@global.local_infile;
@@global.local_infile
1
'#--------------------FN_DYNVARS_018_04-------------------------#'
SET @@global.local_infile = -1;
ERROR 42000: Variable 'local_infile' can't be set to the value of '-1'
SET @@global.local_infile = 2;
ERROR 42000: Variable 'local_infile' can't be set to the value of '2'
SET @@global.local_infile = 100;
ERROR 42000: Variable 'local_infile' can't be set to the value of '100'
SET @@global.local_infile = TRUEF;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'TRUEF'
SET @@global.local_infile = TRUE_F;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'TRUE_F'
SET @@global.local_infile = FALSE0;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'FALSE0'
SET @@global.local_infile = OON;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'OON'
SET @@global.local_infile = ONN;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'ONN'
SET @@global.local_infile = OOFF;
ERROR 42000: Variable 'local_infile' can't be set to the value of 'OOFF'
SET @@global.local_infile = 0FF;
ERROR 42000: Variable 'local_infile' can't be set to the value of '0FF'
SET @@global.local_infile = ' ';
ERROR 42000: Variable 'local_infile' can't be set to the value of ' '
SET @@global.local_infile = " ";
ERROR 42000: Variable 'local_infile' can't be set to the value of ' '
'#-------------------FN_DYNVARS_018_05----------------------------#'
SET @@session.local_infile = 1;
ERROR HY000: Variable 'local_infile' is a GLOBAL variable and should be set with SET GLOBAL
SELECT @@session.local_infile = 1;
ERROR HY000: Variable 'local_infile' is a GLOBAL variable
'#----------------------FN_DYNVARS_018_06------------------------#'
SELECT IF(@@global.local_infile, "ON", "OFF") = VARIABLE_VALUE 
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES 
WHERE VARIABLE_NAME='local_infile';
IF(@@global.local_infile, "ON", "OFF") = VARIABLE_VALUE
1
'#---------------------FN_DYNVARS_018_07----------------------#'
SET @@global.local_infile = OFF;
SELECT @@global.local_infile;
@@global.local_infile
0
SET @@global.local_infile = ON;
SELECT @@global.local_infile;
@@global.local_infile
1
'#---------------------FN_DYNVARS_018_08----------------------#'
SET @@global.local_infile = TRUE;
SELECT @@global.local_infile;
@@global.local_infile
1
SET @@global.local_infile = FALSE;
SELECT @@global.local_infile;
@@global.local_infile
0
'#---------------------FN_DYNVARS_018_09----------------------#'
SET @@global.local_infile = 1;
SELECT @@local_infile = @@global.local_infile;
@@local_infile = @@global.local_infile
1
'#---------------------FN_DYNVARS_018_10----------------------#'
SET local_infile = 1;
ERROR HY000: Variable 'local_infile' is a GLOBAL variable and should be set with SET GLOBAL
SELECT @@local_infile;
@@local_infile
1
SELECT global.local_infile;
ERROR 42S02: Unknown table 'global' in SELECT
SELECT local_infile = @@session.local_infile;
ERROR 42S22: Unknown column 'local_infile' in 'SELECT'
SET @@global.local_infile = @start_value;
SELECT @@global.local_infile;
@@global.local_infile
1

Youez - 2016 - github.com/yon3zu
LinuXploit