安装网站[待更新]

image

 

[root@Webserver html]# chown root.root ftl/ -R
[root@Webserver html]# service nginx restart

image

 

mysql -uroot -proot
create database website;
grant all privileges on website.* to website@'localhost'  identified by 'website';
grant all privileges on website.* to website@'192.168.2.%'  identified by 'website';
flush privileges;

image

image

image

image

posted @ 2018-10-12 00:01  小a玖拾柒  阅读(179)  评论(0)    收藏  举报