⚝
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
/
suite
/
ndb_binlog
/
r
/
View File Name :
ndb_binlog_discover.result
drop table if exists t1,t2; create table t2 (a int key) engine=ndb; alter table t2 rename t1; reset master; select * from t1; a 1 include/show_binlog_events.inc Log_name Pos Event_type Server_id End_log_pos Info mysqld-bin.000001 # Incident # # #1 (LOST_EVENTS) mysqld-bin.000001 # Rotate # # mysqld-bin.000002;pos=4 PURGE MASTER LOGS TO 'mysqld-bin.000002'; include/show_binlog_events.inc Log_name Pos Event_type Server_id End_log_pos Info mysqld-bin.000002 # Query # # BEGIN mysqld-bin.000002 # Table_map # # table_id: # (test.t1) mysqld-bin.000002 # Table_map # # table_id: # (mysql.ndb_apply_status) mysqld-bin.000002 # Write_rows # # table_id: # mysqld-bin.000002 # Write_rows # # table_id: # flags: STMT_END_F mysqld-bin.000002 # Query # # COMMIT drop table t1;