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
I found a solution by myself.
What I've been doing so far was just keep searching MySQL\MySQL Server 5.7 path inside Program file folder. However my.ini was in mysql path located in Program Data folder, which is hidden in C drive. So, anyone who are suffering from the same problem, just go to C drive and make all the folder visible and you will find my.ini.
If you're in Linux there's an easy way of finding any file if you know the filename.
$ locate <filename>
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.