Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find my.ini (mysql 5.7)

Tags:

mysql

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 Server 5.7).

However, what I found was only a few folders, but not my.ini file. I searched every folder, but I couldn't find it. Where is it?

like image 867
Leo Avatar asked Jun 05 '17 04:06

Leo


1 Answers

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.

like image 117
Leo Avatar answered Sep 17 '22 13:09

Leo