Created on 2009-Jun-21
Updated on 2009-Jun-21
In case your mysqld won't work with
# service mysqld restart
or
# service mysqld start
or
# service mysqld stop
do this:
# killall mysqld
followed by:
# service mysqld start
A web and systems development journal (from a–too busy–web developer who does a lot of various IT work.)
In case your mysqld won't work with
# service mysqld restart
or
# service mysqld start
or
# service mysqld stop
do this:
# killall mysqld
# service mysqld start