Deploy MySQL master-slave on CentOS7
2 Locate the directory my.cnf file resides: MySQL –help | grep my.cnf general my.cnf are located in /etc/directory;
3 with vim open MySQL configuration file my.cnf: vim /etc/my.cnf
4 Locate the [mysqld] and subsequently add the following configuration: # uniquely identifies this MySQL server, the default value is 1, the […]
Recent Comments