lnmp环境搭建

 lnmp环境搭建(linux+Nginx + Mysql + PHP)

阿里云文章 https://help.aliyun.com/document_detail/97251.html

CSDN https://blog.51cto.com/4690837/2379081

配置mysql远程登录 https://blog.csdn.net/Te_Amo_SHX/article/details/127845103

 

 

在windows上使用工具连接linux中的mysql https://blog.csdn.net/weixin_30788731/article/details/102197698

如果下载一半中断了要继续下载:wget -c

如果网速很慢, 总断开重新链接, 想让它自动重试直到下载完成方法: wget -t -0 -c 默认会重试20次, -t 0 会让他一直重试,直到把我的文件下载完成。

卸载nginx的步骤 https://my.oschina.net/u/4554203/blog/4431942

安装Nginx后启动时报错 https://blog.csdn.net/weixin_44080445/article/details/106197213或者https://blog.csdn.net/dianchanhe0596/article/details/101599083

修改 nginx站点根目录 https://www.jb51.net/article/141493.htm

重启nginx 

cd /usr/local/nginx/sbin
./nginx -s reload
posted @ 2021-03-21 13:04  潇宸1998  阅读(41)  评论(0编辑  收藏  举报