I’ve read about MySQL replication and i need to change some configuration but I can’t find the file my.cnf or my.ini. I don’t know which MySQL version I have but I’ve downloaded it a long time ago, as a .zip. My box runs Windows 7 64.
Where can i find this file? Should I create it? Where?
Thank you.
I’ve read about MySQL replication and i need to change some configuration but I
Share
I do not have Window present at the moment, but I think it should reside in the
C:\WINDOWS\directory.When invoking help on GNU/Linux with
mysql --helpit shows (excerpt):Maybe you can get the same information on Windows, too.
Btw: with
mysql --versionyou can get your current version.