Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.149.2.199
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
mysql /
mysql-test /
suite /
federated /
[ HOME SHELL ]
Name
Size
Permission
Action
include
[ DIR ]
drwxr-xr-x
r
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
disabled.def
440
B
-rw-r--r--
federated.result
116.41
KB
-rw-r--r--
federated.test
85.24
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.6
KB
-rw-r--r--
federated_bug_35333.result
2.78
KB
-rw-r--r--
federated_bug_35333.test
2.48
KB
-rw-r--r--
federated_connection_attrs.res...
775
B
-rw-r--r--
federated_connection_attrs.tes...
929
B
-rw-r--r--
federated_debug-master.opt
49
B
-rw-r--r--
federated_debug.result
714
B
-rw-r--r--
federated_debug.test
1.03
KB
-rw-r--r--
federated_get_table_share.resu...
4.86
KB
-rw-r--r--
federated_get_table_share.test
5.62
KB
-rw-r--r--
federated_innodb.result
828
B
-rw-r--r--
federated_innodb.test
1.11
KB
-rw-r--r--
federated_plugin-master.opt
43
B
-rw-r--r--
federated_plugin.result
717
B
-rw-r--r--
federated_plugin.test
1.04
KB
-rw-r--r--
federated_server.result
9.93
KB
-rw-r--r--
federated_server.test
10.79
KB
-rw-r--r--
federated_transactions.result
1.34
KB
-rw-r--r--
federated_transactions.test
1.09
KB
-rw-r--r--
my.cnf
348
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : federated_bug_25714.test
# Check that path to the specific test program has been setup if (!$MYSQL_BUG25714) { skip Need bug25714 test program; } source suite/federated/include/federated.inc; connection master; # Disable concurrent inserts to avoid test failures when reading # data from concurrent connections (insert might return before # the data is actually in the table). SET @OLD_MASTER_CONCURRENT_INSERT= @@GLOBAL.CONCURRENT_INSERT; SET @@GLOBAL.CONCURRENT_INSERT= 0; connection slave; SET @OLD_SLAVE_CONCURRENT_INSERT= @@GLOBAL.CONCURRENT_INSERT; SET @@GLOBAL.CONCURRENT_INSERT= 0; --disable_warnings DROP TABLE IF EXISTS federated.bug_13118_table; --enable_warnings 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; connection master; --disable_warnings DROP TABLE IF EXISTS federated.t1; --enable_warnings --replace_result $SLAVE_MYPORT SLAVE_PORT eval CREATE TABLE federated.t1 ( `id` int auto_increment primary key, `value` int ) ENGINE=FEDERATED CONNECTION='mysql://root@127.0.0.1:$SLAVE_MYPORT/federated/t1'; SELECT * from federated.t1; INSERT INTO federated.t1 SET value=4; SELECT LAST_INSERT_ID(); --exec $MYSQL_BUG25714 $SLAVE_MYPORT --exec $MYSQL_BUG25714 $MASTER_MYPORT SELECT * from federated.t1; DROP TABLE federated.t1; SET @@GLOBAL.CONCURRENT_INSERT= @OLD_MASTER_CONCURRENT_INSERT; connection slave; DROP TABLE federated.t1; SET @@GLOBAL.CONCURRENT_INSERT= @OLD_SLAVE_CONCURRENT_INSERT; source suite/federated/include/federated_cleanup.inc;
Close