Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_开发问答Closed 10 years ago.
Improve this questionI cannot find where the setting files my.cnf
or my.ini
are. I want to change some aspecte of the configuration.
I'm using Centos 6.
By default my.cnf is not created. You have to create it yourself. see this
Percona does not come with a my.cnf
file. You create it yourself, presumably to prevent people from blindly using default settings.
You should try checking /etc/mysql/my.cnf
.
精彩评论