I am doing MysqlReplication on Linux/Debian I have installed mysql.
Now the first setp for mysql replication is to edit the /etc/mysql/my.cnf file. But that is not available in the location.
So how can I edit that ?
Any Idea?
Thanks.
|
I am doing MysqlReplication on Linux/Debian I have installed mysql. Now the first setp for mysql replication is to edit the /etc/mysql/my.cnf file. But that is not available in the location. So how can I edit that ? Any Idea? Thanks.
| |||
|
feedback
|
|
I suggest you run:
If you installed mysql manually the files may be installed under the PREFIX directory. That is usually /usr/local or the location you chose.
Maybe helps finding the prefix dir. If there is still no my.cnf to be found you can find a lot of example my.cnf files for nearly every possible case on the googlenet. | |||
|
feedback
|
|
Just create the file with the text editor of your choice. | |||||||||||
feedback
|