How to create a mysql image database in linux _ PHP Tutorial

Source: Internet
Author: User
Teaches you how to create a mysql image database in linux. MySQL version: 4.1 environment introduction: master database 192.168.0.205 from the database 192.168.0.2061, the master database to create etcmy. cnf, modify the key value in [mysqld] to increase the server-id1log-binbinlog_name2, master database MySQLVersion: 4.1

Environment introduction: master database 192.168.0.205 slave database 192.168.0.206

1. create/etc/my. cnf in the master database and modify the key value in [mysqld] to increase

Server-id = 1

Log-bin = binlog_name

2. add users to the master database to read logs from the master database.

Grant replication slave, reload, super on *. *
'Slave '@ '192. 168.0.206 'identified by '20140901'

3. connect the slave database to the master database for testing.

/Opt/mysql/bin/mysql-u slave-p-h 192.168.0.205

4. stop the slave database, modify the slave database/etc/my. cnf, and add the following options:




Http://www.bkjia.com/PHPjc/631009.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/631009.htmlTechArticleMySQL version: 4.1 environment introduction: master database 192.168.0.205 from the database 192.168.0.206 1, master database creation/etc/my. cnf: change the key value in [mysqld] to add server-id = 1 log-bin = binlog_name 2, master database...

Related Article

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.