MySQL启动报错:Starting MySQLCouldn't find MySQL manager or server
一般是在使用service mysql start 或者 service mysql restart命令时报改错;
解决方法:
是mysqld服务没启,运行/usr/local/mysql/bin/mysqld_safe &
一般是在使用service mysql start 或者 service mysql restart命令时报改错;
解决方法:
是mysqld服务没启,运行/usr/local/mysql/bin/mysqld_safe &