I am trying to start mysql but I am getting this error again and again.. Why does this error occur? one my friend told me to copy file from /etc/my.cnf to /etc/my.cnf.old. But there is no such file in my filesystem. What should I do now?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have installed the server Package,right. For most linux distribution there is a server package and a client package. If so and the problem remains there are some sample files in /usr/share/mysql/ which usually packaged in the server package called
my-huge.cnf
my-innodb-heavy-4G.cnf
my-large.cnf
my-medium.cnf
my-small.cnf
You could copy one of these files to /etc/my.cnf or you could try reinstalling the mysql server package.