- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
mysql主从同步(MySQL master slave synchronization)
mysql主从同步(MySQL master slave synchronization) Linux under the MySQL master slave synchronization A test environment: The query version number command: #mysql -V or rpm -qa |grep MySQL (written by MySQL size package information decision) Suggestion: try to use the same version of new configuration version of MySQL Main: IP 192.168.52.11 From IP to 192.168.52.22 Two, the main operating base MySQL installation package, different versions, the database path and use commands are different, but the difference is not large, this version of the data stored in the database configuration file path path /var/lib/mysql, /usr/share/mysql, /usr/bin database command According to the machine memory copy the corresponding configuration files, if you compare the application of database to choose which files can then modify the parameters. The primary library server /usr/share/mysql directory of the CNF file #ll /usr/share/mysql/*.cnf The my-small.cnf memory is less than or equal to 64M, providing little database service The my-medium.cnf memory between 32M - 64M and use with other services, such as web My-large.cnf memory 512M provides database service My-huge.cnf memory is 1G to 2G, mainly to provide database services My-innodb-heavy-4G.cnf memory is 4G, mainly to provide large load database service (general server using this) [1] to copy the file to /etc and renamed my.cnf #cp /usr/share/mysql/my-innodb-heavy-4G.cnf (/etc/my.cnf / / because I use the server to do so with this command) and \ compulsory coverage [2] to enter the mysql, create a radius database (if the master-slave MySQL have the same database table structure also can not create the same, with show databases; see the MySQL Library) Mysqlcreate database radius; To create a synchronized user, specified only in the 192.168.1.7 log Mysqlgrant replication slave on toradius@192.168.52.22identified by100100; [3] modify my.cnf #vi /etc/my.cnf My.cnf more content, here only introduce some important parameters Server-id = 1 thi
您可能关注的文档
- joo1(joo1).doc
- java面试纠错题目大全(Java interview error correction topics).doc
- jorinde and joringel(jorinde和joringel).doc
- js document对象(i document对象).doc
- jdbc 访问各种数据库 url 语法(总结篇)(JDBC access various database URL syntax (summary)).doc
- java面象对象编程(Java object like programming).doc
- jsp input限制输入(JSP input restrict input).doc
- js语句及语法(JS statements and syntax).doc
- juniper基本配置入门(Introduction to basic configuration of juniper).doc
- js语法(JS syntax).doc
- music_words(music_words).doc
- mysql字符串处理(MySQL string manipulation).doc
- mysql字符串操作(MySQL string manipulation).doc
- mysql查找重复数据(Mysql to find the duplicate data).doc
- mysql如何去除数据表中的重复数据(How does MySQL remove duplicate data from a data table).doc
- mysql的sql语法和常用函数(SQL syntax and common functions of MySQL).doc
- mysql简单语法(MySQL simple syntax).doc
- my_wood_修辞(my _ wood _ 修辞).doc
- mysql模糊查询语法(MySQL fuzzy query syntax).doc
- m部(M).doc
文档评论(0)