Monday, April 6, 2015

How to fixed [ERROR] /usr/sbin/mysqld: unknown variable ‘log_slow_verbosity=query_plan

www.tehnopedia.net,How to fixed error during installation mysql 5.5 on ubuntu. I got error when install mysql 5.5 on ubuntu 14.04. I got error like

[ERROR] /usr/sbin/mysqld: unknown variable ‘log_slow_verbosity=query_plan’

How to fix the error?

[ERROR] /usr/sbin/mysqld: unknown variable ‘log_slow_verbosity=query_plan’

After that i got error "start: Job failed to start"

I do following coment to fix that. open /etc/mysql/my.cnf 
/etc/mysql/my.cnf
 
comment log_slow_verbosity=query_plan like this
log_slow_verbosity=query_plan

finishing you can install mysql on your ubuntu. Type sudo apt-get install mysql-server. Thank you

Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : How to fixed [ERROR] /usr/sbin/mysqld: unknown variable ‘log_slow_verbosity=query_plan

0 komentar:

Post a Comment