Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why can't I find my.cnf?

I did updatedb. I did locate my.cnf

But I cannot find it? Nothing.

(I installed MYSQL using aptitude install mysql-server, and mysql does work right now.)

like image 783
TIMEX Avatar asked Dec 09 '09 18:12

TIMEX


People also ask

Where is my CNF xampp?

Look in the MySQL config file C:\xampp\mysql\bin\my. ini .

Where is my CNF Mac?

/etc/my. cnf.


1 Answers

What is your operating system ? On Debian Linux, it is located on /etc/mysql/my.cnf. If your cannot find it, you can create one from scratch using this documentation.

like image 73
Sam Alba Avatar answered Oct 01 '22 03:10

Sam Alba