安装网站[待更新]

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;

技术分享图片

技术分享图片

技术分享图片

技术分享图片

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

那些好用到手软的软件和网站(持续更新)

安装测试知识(待更新)

httpd 安装详解(待更新)

4.如何为NanoServer安装更新(KB)(待验证已经反馈到社区)

Mysql数据库Mysql数据库安装(待更新)

使用片段 (#) 重定向链接 - asp.net