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 /
federated /
[ HOME SHELL ]
Name
Size
Permission
Action
include
[ DIR ]
drwxr-xr-x
disabled.def
440
B
-rw-r--r--
federated.result
112.41
KB
-rw-r--r--
federated.test
81.83
KB
-rw-r--r--
federated_archive.result
1.26
KB
-rw-r--r--
federated_archive.test
1.2
KB
-rw-r--r--
federated_bug_13118.result
747
B
-rw-r--r--
federated_bug_13118.test
847
B
-rw-r--r--
federated_bug_25714.result
1.21
KB
-rw-r--r--
federated_bug_25714.test
1.62
KB
-rw-r--r--
federated_bug_35333.result
2.67
KB
-rw-r--r--
federated_bug_35333.test
2.48
KB
-rw-r--r--
federated_debug-master.opt
49
B
-rw-r--r--
federated_debug.result
628
B
-rw-r--r--
federated_debug.test
1023
B
-rw-r--r--
federated_innodb-slave.opt
9
B
-rw-r--r--
federated_innodb.result
828
B
-rw-r--r--
federated_innodb.test
1.15
KB
-rw-r--r--
federated_plugin-master.opt
56
B
-rw-r--r--
federated_plugin.result
715
B
-rw-r--r--
federated_plugin.test
1
KB
-rw-r--r--
federated_server.result
8.28
KB
-rw-r--r--
federated_server.test
8.86
KB
-rw-r--r--
federated_transactions-slave.o...
15
B
-rw-r--r--
federated_transactions.result
1.34
KB
-rw-r--r--
federated_transactions.test
1.12
KB
-rw-r--r--
my.cnf
312
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : federated_bug_25714.result
CREATE DATABASE federated; CREATE DATABASE federated; SET @OLD_MASTER_CONCURRENT_INSERT= @@GLOBAL.CONCURRENT_INSERT; SET @@GLOBAL.CONCURRENT_INSERT= 0; SET @OLD_SLAVE_CONCURRENT_INSERT= @@GLOBAL.CONCURRENT_INSERT; SET @@GLOBAL.CONCURRENT_INSERT= 0; DROP TABLE IF EXISTS federated.bug_13118_table; CREATE TABLE federated.t1 ( `id` int auto_increment primary key, `value` int ) ENGINE=MyISAM; INSERT INTO federated.t1 SET value=1; INSERT INTO federated.t1 SET value=2; INSERT INTO federated.t1 SET value=2; DROP TABLE IF EXISTS federated.t1; CREATE TABLE federated.t1 ( `id` int auto_increment primary key, `value` int ) ENGINE=FEDERATED CONNECTION='mysql://root@127.0.0.1:SLAVE_PORT/federated/t1'; SELECT * from federated.t1; id value 1 1 2 2 3 2 INSERT INTO federated.t1 SET value=4; SELECT LAST_INSERT_ID(); LAST_INSERT_ID() 4 5 inserted 6 inserted 7 inserted 8 inserted SELECT * from federated.t1; id value 1 1 2 2 3 2 4 4 5 54 6 55 7 54 8 55 DROP TABLE federated.t1; SET @@GLOBAL.CONCURRENT_INSERT= @OLD_MASTER_CONCURRENT_INSERT; DROP TABLE federated.t1; SET @@GLOBAL.CONCURRENT_INSERT= @OLD_SLAVE_CONCURRENT_INSERT; DROP TABLE IF EXISTS federated.t1; DROP DATABASE federated; DROP TABLE IF EXISTS federated.t1; DROP DATABASE federated;
Close