请注意其中mysql启动脚本的使用
我的mysql安装的目录是:/usr/local/mysql
#cd /usr/local/mysql/share/mysql
#cp mysql.server /etc/init.d/mysqld
#cp my-medium.cnf /etc/my.cnf
#chkconfig -add mysqld
#chkconfig --list mysqld
#service mysqld start
#service mysqd stop
#service mysqld status
http://www.uplooking.com/content/view/735/2/
建立一个带用户认证功能的SQUID代理服务器
最新推荐文章于 2026-01-07 14:07:18 发布
博客强调了MySQL启动脚本的使用,给出了MySQL安装目录,还展示了一系列操作命令,如复制脚本、添加服务、启动和停止服务等,同时提供了相关链接。
1422

被折叠的 条评论
为什么被折叠?



