04 2017 档案
摘要:1.nginx下载 下载网址:nginx.org 2.解压nginx [root@iZwz9cl4i8oy1reej7o8pmZ soft]# ls nginx-1.10.3.tar.gz [root@iZwz9cl4i8oy1reej7o8pmZ soft]# tar xf nginx-1.10.
阅读全文
摘要:1.下载nginx nginx官方网址:http://nginx.org/ 2.下载和解压 #下载:[root@iZwz9cl4i8oy1reej7o8pmZ soft]# wget http://nginx.org/download/nginx-1.10.3.tar.gz [root@iZwz9c
阅读全文
摘要:1..删除掉不需要的用户 查看用户表mysql> SELECT User,Host FROM mysql.user; + + + | User | Host | + + + | root | 127.0.0.1 | | | izwz9cl4i8oy1reej7o8pmz | | root | izw
阅读全文
摘要:安装mysql-server [root@iZwz9cl4i8oy1reej7o8pmZ ~]# yum install -y mysql-server 进入/etc执行mysql_install_db [root@iZwz9cl4i8oy1reej7o8pmZ ~]# /etc/init.d/my
阅读全文