MySQL Master-slave replication error: Incorrect usage of DB GRANT and GLOBAL privileges

Source: Internet
Author: User

When configuring MySQL master-slave replication, you want to pass

Grant replication slave on bbs.*-' BBS ' @ ' 192.168.1.3 ' identified by ' 123456 ';

To restrict the master-slave replication to only the BBS database, but the above statement will be error: incorrect usage of DB GRANT and global privileges because the level of replication slave is GLOBAL, So you can't just work on a database, but globally, as explained:

So still go through grant replication slave on * * to ' BBS ' @ ' 192.168.1.3 ' identified by ' 123456 '; and add/etc/my.cnf in binlog-do-db= BBS to limit the master-slave replication of the database for BBS

MySQL Master-slave replication error: Incorrect usage of DB GRANT and GLOBAL privileges

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.