安装网站[待更新]

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

原文地址:https://www.cnblogs.com/ftl1012/p/9775872.html