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 /
binlog /
r /
[ HOME SHELL ]
Name
Size
Permission
Action
binlog_base64_flag.result
3.74
KB
-rw-r--r--
binlog_bug23533.result
486
B
-rw-r--r--
binlog_bug36391.result
129
B
-rw-r--r--
binlog_database.result
5.28
KB
-rw-r--r--
binlog_delete_and_flush_index....
1.75
KB
-rw-r--r--
binlog_drop_if_exists.result
5.26
KB
-rw-r--r--
binlog_grant.result
1.18
KB
-rw-r--r--
binlog_incident.result
181
B
-rw-r--r--
binlog_index.result
5.2
KB
-rw-r--r--
binlog_innodb.result
6.05
KB
-rw-r--r--
binlog_innodb_row.result
2.47
KB
-rw-r--r--
binlog_killed.result
3.43
KB
-rw-r--r--
binlog_killed_simulate.result
1.25
KB
-rw-r--r--
binlog_mix_innodb_stat.result
610
B
-rw-r--r--
binlog_mixed_failure_mixing_en...
16.79
KB
-rw-r--r--
binlog_mixed_load_data.result
429
B
-rw-r--r--
binlog_multi_engine.result
4.59
KB
-rw-r--r--
binlog_mysqlbinlog-cp932.resul...
344
B
-rw-r--r--
binlog_mysqlbinlog2.result
36.63
KB
-rw-r--r--
binlog_mysqlbinlog_base64.resu...
1.69
KB
-rw-r--r--
binlog_mysqlbinlog_row.result
150.85
KB
-rw-r--r--
binlog_mysqlbinlog_row_innodb....
239.94
KB
-rw-r--r--
binlog_mysqlbinlog_row_myisam....
241.25
KB
-rw-r--r--
binlog_mysqlbinlog_row_trans.r...
16.1
KB
-rw-r--r--
binlog_old_versions.result
1.3
KB
-rw-r--r--
binlog_query_filter_rules.resu...
173
B
-rw-r--r--
binlog_reset_master.result
14
B
-rw-r--r--
binlog_row_binlog.result
76.4
KB
-rw-r--r--
binlog_row_ctype_cp932.result
87.42
KB
-rw-r--r--
binlog_row_ctype_ucs.result
1.27
KB
-rw-r--r--
binlog_row_drop_tmp_tbl.result
1.17
KB
-rw-r--r--
binlog_row_failure_mixing_engi...
18.09
KB
-rw-r--r--
binlog_row_innodb_stat.result
610
B
-rw-r--r--
binlog_row_insert_select.resul...
829
B
-rw-r--r--
binlog_row_mix_innodb_myisam.r...
32.72
KB
-rw-r--r--
binlog_row_mysqlbinlog_db_filt...
1.5
KB
-rw-r--r--
binlog_row_mysqlbinlog_verbose...
2.68
KB
-rw-r--r--
binlog_server_id.result
1.2
KB
-rw-r--r--
binlog_sf.result
1.67
KB
-rw-r--r--
binlog_sql_mode.result
3.51
KB
-rw-r--r--
binlog_start_comment.result
357
B
-rw-r--r--
binlog_statement_insert_delaye...
949
B
-rw-r--r--
binlog_stm_binlog.result
51.51
KB
-rw-r--r--
binlog_stm_blackhole.result
7.29
KB
-rw-r--r--
binlog_stm_ctype_cp932.result
87.42
KB
-rw-r--r--
binlog_stm_ctype_ucs.result
1.29
KB
-rw-r--r--
binlog_stm_do_db.result
2.08
KB
-rw-r--r--
binlog_stm_drop_tmp_tbl.result
2.3
KB
-rw-r--r--
binlog_stm_innodb_stat.result
610
B
-rw-r--r--
binlog_stm_insert_select.resul...
707
B
-rw-r--r--
binlog_stm_mix_innodb_myisam.r...
30.23
KB
-rw-r--r--
binlog_stm_ps.result
811
B
-rw-r--r--
binlog_stm_row.result
2.48
KB
-rw-r--r--
binlog_stm_unsafe_warning.resu...
1.71
KB
-rw-r--r--
binlog_tmp_table.result
877
B
-rw-r--r--
binlog_truncate_innodb.result
2.45
KB
-rw-r--r--
binlog_truncate_myisam.result
439
B
-rw-r--r--
binlog_unsafe.result
13.81
KB
-rw-r--r--
binlog_write_error.result
3.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : binlog_killed_simulate.result
drop table if exists t1,t2; create table t1 (a int) engine=MyISAM; insert into t1 set a=1; reset master; update t1 set a=2 /* will be "killed" after work has been done */; select (@a:=load_file("MYSQLTEST_VARDIR/tmp/binlog_killed_bug27571.binlog")) is not null; (@a:=load_file("MYSQLTEST_VARDIR/tmp/binlog_killed_bug27571.binlog")) is not null 1 select 1 /* must return 1 as query completed before got killed*/; 1 1 create table t2 (a int, b int) ENGINE=MyISAM; reset master; load data infile '../../std_data/rpl_loaddata.dat' into table t2 /* will be "killed" in the middle */; ERROR 70100: Query execution was interrupted show binlog events from <binlog_start>; Log_name Pos Event_type Server_id End_log_pos Info master-bin.000001 # Begin_load_query # # ;file_id=#;block_len=# master-bin.000001 # Execute_load_query # # use `test`; LOAD DATA INFILE '../../std_data/rpl_loaddata.dat' INTO TABLE `t2` FIELDS TERMINATED BY '\t' ENCLOSED BY '' ESCAPED BY '\\' LINES TERMINATED BY '\n' (`a`, `b`) ;file_id=# select (@a:=load_file("MYSQLTEST_VARDIR/tmp/binlog_killed_bug27571.binlog")) is not null; (@a:=load_file("MYSQLTEST_VARDIR/tmp/binlog_killed_bug27571.binlog")) is not null 1 select 0 /* must return 0 to mean the killed query is in */; 0 0 drop table t1,t2; end of the tests
Close