摘要: 1.修改root用户的的口令缺省情况下MySQL没有设置密码,我们可以用三种方法设置密码头:* 用mysqladmin命令来改root用户口令# mysqladmin –u root password 54netseek //设置MySQL管理操作用户root的密码为52netseek* 用set password修改口令:mysql> set password for root@localhos... 阅读全文
posted @ 2014-08-20 15:36 半醉半醒201 阅读(426) 评论(0) 推荐(0)
摘要: 1.nginx 官方脚本地址:http://wiki.nginx.org/RedHatNginxInitScript 2. #!/bin/sh## nginx - this script starts and stops the nginx daemin## chkconfig: - 85 15 # description: Nginx is an HTTP(S) server, HTTP(... 阅读全文
posted @ 2014-08-20 14:56 半醉半醒201 阅读(168) 评论(0) 推荐(0)