安装网站[待更新]

Posted ftl1012

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装网站[待更新]相关的知识,希望对你有一定的参考价值。

技术分享图片

 

[[email protected] html]# chown root.root ftl/ -R
[[email protected] html]# service nginx restart

技术分享图片

 

mysql -uroot -proot
create database website;
grant all privileges on website.* to [email protected]‘localhost‘  identified by ‘website‘;
grant all privileges on website.* to [email protected]‘192.168.2.%‘  identified by ‘website‘;
flush privileges;

技术分享图片

技术分享图片

技术分享图片

技术分享图片

以上是关于安装网站[待更新]的主要内容,如果未能解决你的问题,请参考以下文章