Detected 1 occurrence(s) of ‘grant .* to .* identified by': | Position | Binlog_Do_DB | Binlog_Ignore_DB | +------------------+----------+--------------+------------------+ | mysql-bin.000002 | 406 | | | +------------------+----------+--------------+------------------+ GRANT REPLICATION SLAVE ON *.* TO 'slave_user'@'%' IDENTIFIED BY 'BlaBlaBla'; mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | newdatabase | | test […]
↧