I have inherited a mysql server which is a slave server.
Usually, the replication configuration for my mysql servers are configured in my.cnf. But this server that i have does not have the regulare config lines that i use in it's my.cnf file like
master-host = 217.1.1.1
master-user = repl
master-password = repl
master-connect-retry = 60
If i wanted to change replication settings where would i do it ?
Would i go and edit the master.info file directly ?
Usually, the replication configuration for my mysql servers are configured in my.cnf. But this server that i have does not have the regulare config lines that i use in it's my.cnf file like
master-host = 217.1.1.1
master-user = repl
master-password = repl
master-connect-retry = 60
If i wanted to change replication settings where would i do it ?
Would i go and edit the master.info file directly ?