mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
13 lines
457 B
Text
13 lines
457 B
Text
|
create user adm@localhost identified by 'foobar';
|
||
|
grant reload on *.* to adm@localhost;
|
||
|
reset master;
|
||
|
include/show_binlog_events.inc
|
||
|
Log_name Pos Event_type Server_id End_log_pos Info
|
||
|
master-bin.000001 # Gtid # # GTID #-#-#
|
||
|
master-bin.000001 # Query # # flush status
|
||
|
include/show_binlog_events.inc
|
||
|
Log_name Pos Event_type Server_id End_log_pos Info
|
||
|
master-bin.000001 # Gtid # # GTID #-#-#
|
||
|
master-bin.000001 # Query # # flush status
|
||
|
drop user adm@localhost;
|