Can't find my.ini (mysql 5.7)

前端 未结 2 1317
醉梦人生
醉梦人生 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条回答
  •  Happy的楠姐
    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 
    

    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.

提交回复
热议问题