Category: Linux

If you get this error:

MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED

Use the following commands to resolve the issue:

service mysqld stop
rm -rf /var/lib/mysql/*
service mysqld start
mysql_secure_installation

 

Tags:

Linux

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.