我在debian上安装了一个MySQL4.1(很旧的版本)。服务正确启动和停止,但显示此错误。
root@VM03:~# /etc/init.d/mysql start
/etc/init.d/mysql: 63: /etc/init.d/mysql: source: not found
Starting MySQL
/etc/init.d/mysql: 117: /etc/init.d/mysql: log_success_msg: not found还有这个
root@VM03:~# /etc/init.d/mysql stop
/etc/init.d/mysql: 63: /etc/init.d/mysql: source: not found
Shutting down MySQL
../etc/init.d/mysql: 117: /etc/init.d/mysql: log_success_msg: not found我使用mysql.server默认值。
需要帮忙的人。最好的,JGois
发布于 2013-12-04 12:00:48
这些显然是bug,特别是4.1版本,请参考这些bug报告:
http://bugs.mysql.com/bug.php?id=24294
http://bugs.mysql.com/bug.php?id=9852
https://dba.stackexchange.com/questions/54419
复制相似问题