1. Settings to be done in Master DB server:
Edit my.cnf file (/etc/my.cnf) and enter the following:
server-id = 1
log-bin
2. Login to mysql DB in master server and run the following command:
mysql> show master status;
tips, tricks & howto's
1. Settings to be done in Master DB server:
Edit my.cnf file (/etc/my.cnf) and enter the following:
server-id = 1
log-bin
2. Login to mysql DB in master server and run the following command:
mysql> show master status;
Often while scripting, it requires to change the first letter of a word to upper case. Continue reading ‘Change first letter of a word to upper case with perl’
Soft links