I\'ve installed MySQL 5.7 and I\'m trying to change the default setting written in my.ini file.
So, I followed the path that I found in Stackoverflow (MySQL\\MySQL S
If you're in Linux there's an easy way of finding any file if you know the filename.
$ locate
But before using the above command you may need to update your file database. You may do so using
$ sudo updatedb
In windows the search bar gives you the option to locate files.