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 : ctype_innodb_like.inc
# # Bug#11650: LIKE pattern matching using prefix index # doesn't return correct result # --disable_warnings # # This query creates a column using # character_set_connection and # collation_connection. # create table t1 engine=innodb select repeat('a',50) as c1; --enable_warnings alter table t1 add index(c1(5)); insert into t1 values ('abcdefg'),('abcde100'),('abcde110'),('abcde111'); select collation(c1) from t1 limit 1; select c1 from t1 where c1 like 'abcdef%' order by c1; select c1 from t1 where c1 like 'abcde1%' order by c1; select c1 from t1 where c1 like 'abcde11%' order by c1; select c1 from t1 where c1 like 'abcde111%' order by c1; drop table t1;
Close