403Webshell
Server IP : 172.67.216.182  /  Your IP : 162.158.170.231
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/mysql/src/mysql-test/suite/sysschema/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/mysql-test/suite/sysschema/r/t_sys_config.result
DESC sys.sys_config;
Field	Type	Null	Key	Default	Extra
variable	varchar(128)	NO	PRI	NULL	
value	varchar(128)	YES		NULL	
set_time	timestamp	NO		CURRENT_TIMESTAMP	on update CURRENT_TIMESTAMP
set_by	varchar(128)	YES		NULL	
SELECT variable, value, set_by FROM sys.sys_config;
variable	value	set_by
diagnostics.allow_i_s_tables	OFF	NULL
diagnostics.include_raw	OFF	NULL
ps_thread_trx_info.max_length	65535	NULL
statement_performance_analyzer.limit	100	NULL
statement_performance_analyzer.view	NULL	NULL
statement_truncate_len	64	NULL
UPDATE sys.sys_config SET value = 128 WHERE variable = 'statement_truncate_len';
SELECT variable, value, set_by FROM sys.sys_config;
variable	value	set_by
diagnostics.allow_i_s_tables	OFF	NULL
diagnostics.include_raw	OFF	NULL
ps_thread_trx_info.max_length	65535	NULL
statement_performance_analyzer.limit	100	NULL
statement_performance_analyzer.view	NULL	NULL
statement_truncate_len	128	NULL
INSERT INTO sys.sys_config (variable, value) VALUES ('foo', 'bar');
SELECT variable, value, set_by FROM sys.sys_config;
variable	value	set_by
diagnostics.allow_i_s_tables	OFF	NULL
diagnostics.include_raw	OFF	NULL
foo	bar	NULL
ps_thread_trx_info.max_length	65535	NULL
statement_performance_analyzer.limit	100	NULL
statement_performance_analyzer.view	NULL	NULL
statement_truncate_len	128	NULL
SET @sys.ignore_sys_config_triggers := true;
DELETE FROM sys.sys_config;
INSERT IGNORE INTO sys.sys_config (variable, value) VALUES
('statement_truncate_len', 64),
('statement_performance_analyzer.limit', 100),
('statement_performance_analyzer.view', NULL),
('diagnostics.allow_i_s_tables', 'OFF'),
('diagnostics.include_raw', 'OFF'),
('ps_thread_trx_info.max_length', 65535);
SET @sys.ignore_sys_config_triggers := NULL;

Youez - 2016 - github.com/yon3zu
LinuXploit