⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
r
/
View File Name :
ctype_gb18030_binlog.result
RESET MASTER; SET NAMES gb18030; CREATE TABLE t1 ( f1 BLOB ) DEFAULT CHARSET=gb18030; CREATE PROCEDURE p1(IN val BLOB) BEGIN SET @tval = val; SET @sql_cmd = CONCAT_WS(' ', 'INSERT INTO t1(f1) VALUES(?)'); PREPARE stmt FROM @sql_cmd; EXECUTE stmt USING @tval; DEALLOCATE PREPARE stmt; END| SET @`tcontent`:='����binlog���ƣ��������ֽڱ���:�9�1�9�2�9�3,���3�6���F'; CALL p1(@`tcontent`); FLUSH LOGS; DROP PROCEDURE p1; RENAME TABLE t1 to t2; RESET MASTER; SELECT hex(f1), f1 FROM t2; hex(f1) f1 B2E2CAD462696E6C6F67B8B4D6C6A3ACB2E2CAD4CBC4D7D6BDDAB1E0C2EB3A8139EF318139EF328139EF332CBAB882338D36DDD5E246 ����binlog���ƣ��������ֽڱ���:�9�1�9�2�9�3,���3�6���F SELECT hex(f1), f1 FROM t1; hex(f1) f1 B2E2CAD462696E6C6F67B8B4D6C6A3ACB2E2CAD4CBC4D7D6BDDAB1E0C2EB3A8139EF318139EF328139EF332CBAB882338D36DDD5E246 ����binlog���ƣ��������ֽڱ���:�9�1�9�2�9�3,���3�6���F DROP PROCEDURE p1; DROP TABLE t1; DROP TABLE t2;