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.217.150.104
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 /
json /
r /
[ HOME SHELL ]
Name
Size
Permission
Action
json_agg.result
34.15
KB
-rw-r--r--
json_client_innodb.result
1.29
KB
-rw-r--r--
json_client_ndb.result
1.43
KB
-rw-r--r--
json_conversions.result
1.57
MB
-rw-r--r--
json_ddl_innodb.result
2.86
KB
-rw-r--r--
json_ddl_ndb.result
3.54
KB
-rw-r--r--
json_fulltext_innodb.result
7
KB
-rw-r--r--
json_functions_innodb.result
260.05
KB
-rw-r--r--
json_functions_ndb.result
271.62
KB
-rw-r--r--
json_gcol_innodb.result
10.8
KB
-rw-r--r--
json_group_concat_innodb.resul...
3.02
KB
-rw-r--r--
json_group_concat_ndb.result
3.09
KB
-rw-r--r--
json_innodb.result
8.52
KB
-rw-r--r--
json_insert_innodb.result
71.19
KB
-rw-r--r--
json_insert_ndb.result
71.59
KB
-rw-r--r--
json_no_table.result
174.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : json_client_innodb.result
set default_storage_engine=innodb; # Verify that the client can show JSON data and metadata. CREATE TABLE t(i INT, j1 JSON, j2 JSON NOT NULL); SHOW CREATE TABLE t; Table Create Table t CREATE TABLE `t` ( `i` int(11) DEFAULT NULL, `j1` json DEFAULT NULL, `j2` json NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 INSERT INTO t VALUES (0, NULL, 'null'), (1, '1', '1'), (2, '[1,2,3]', '[4,5,6]'), (3, '{"abc":"def"}', '{"a":"b","c":"d"}'); -------------- SELECT j1, j2 FROM t ORDER BY i -------------- Field 1: `j1` Catalog: `def` Database: `test` Table: `t` Org_table: `t` Type: JSON Collation: binary (63) Length: 4294967295 Max_length: 14 Decimals: 0 Flags: BLOB BINARY Field 2: `j2` Catalog: `def` Database: `test` Table: `t` Org_table: `t` Type: JSON Collation: binary (63) Length: 4294967295 Max_length: 20 Decimals: 0 Flags: NOT_NULL BLOB BINARY NO_DEFAULT_VALUE +----------------+----------------------+ | j1 | j2 | +----------------+----------------------+ | NULL | null | | 1 | 1 | | [1, 2, 3] | [4, 5, 6] | | {"abc": "def"} | {"a": "b", "c": "d"} | +----------------+----------------------+ 4 rows in set <FILTERED> Bye DROP TABLE t;
Close