Can't find my.ini (mysql 5.7)

前端 未结 2 1302
醉梦人生
醉梦人生 2021-01-11 14:28

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

相关标签:
2条回答
  • 2021-01-11 14:41

    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.

    0 讨论(0)
  • 2021-01-11 15:04

    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.

    0 讨论(0)
提交回复
热议问题