⚝
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
/
rpl
/
r
/
View File Name :
rpl_nogtid_rollback_on_anonymous_gtid.result
include/master-slave.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection master] CREATE TABLE t1 (c1 INT PRIMARY KEY); include/sync_slave_sql_with_master.inc include/stop_slave_io.inc CALL mtr.add_suppression('GTID_LOG_EVENT or ANONYMOUS_GTID_LOG_EVENT is not expected'); CALL mtr.add_suppression('An unexpected event sequence was detected by the IO thread'); [connection master] BEGIN; INSERT INTO t1 VALUES (1); INSERT INTO t1 VALUES (2); INSERT INTO t1 VALUES (3); INSERT INTO t1 VALUES (4); INSERT INTO t1 VALUES (5); INSERT INTO t1 VALUES (6); INSERT INTO t1 VALUES (7); INSERT INTO t1 VALUES (8); INSERT INTO t1 VALUES (9); COMMIT; [connection slave] include/rpl_receive_event_count.inc [stop after 3 Query events] CHANGE MASTER TO MASTER_LOG_FILE='MASTER_FILE', MASTER_LOG_POS=MASTER_POS; include/start_slave_io.inc [connection master] include/sync_slave_sql_with_master.inc [connection master] DROP TABLE t1; include/rpl_end.inc