MySQL 5.6.22 Dont find my.cnf

blog

Verified User
Joined
Jan 28, 2011
Messages
130
Hi

Update mysql version to 5.6.22 I can not find my.cnf to optimize mysql

I have this files on server

/etc/my.cnf.d
/etc/my.cnf.old
/etc/my.cnf.rpmsave
/usr/local/directadmin/conf/my.cnf
/var/www/html/roundcubemail-1.0.4/config/my.cnf

How fix issue?

Thank you.
 
Hey,

Why do you run that command? If the file /etc/my.cnf does not exist it's OK to see "cannot stat" error.
How are you going to optimize your MySQL server if you don't know how to create and edit a file? I'd suggest to hire somebody to do the job for you.
 
Hey,

Why do you run that command? If the file /etc/my.cnf does not exist it's OK to see "cannot stat" error.
How are you going to optimize your MySQL server if you don't know how to create and edit a file? I'd suggest to hire somebody to do the job for you.

Thank you find issue

cp -f /usr/share/mysql/my-large.cnf /etc/my.cnf

I have not my-large.cnf on server it is my-default.cnf

Thank you for your help.
 
Back
Top