安装网站[待更新]

 

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

安装网站[待更新]

 

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;

安装网站[待更新]

安装网站[待更新]

安装网站[待更新]

安装网站[待更新]

相关文章: