1045 | Error connecting to master ' slave_user@192.168.0.75:3306 '-retry-time:6

Source: Internet
Author: User

MySQL master-slave replication problem collation

Questions: 1045 | Error connecting to master ' [email protected]:3306 '-retry-time:6 reason: In fact, the verification of MySQL is not resolved by: the password on the master-slave server is not the correct result. You need to check the configuration in master and slave,Master
       GRANT REPLICATION SLAVE on * * to ' slave_user ' @ '% ' identified by '123456';
slave
        Change MASTER to master_host= ' 192.168.0.75 ', master_user= ' slave_user ', master_password= '123456', Master_log _file= ' mysql-bin.000001 ', master_log_pos=  107;
More detail to view
Http://stackoverflow.com/questions/13473596/unable-to-replicate-due-slave-i-o-runningno

1045 | Error connecting to master '[email protected]: 3306 '-retry-time:6

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.