2017年1月16日

centos6.8 搭建nginx+uwsgi+Flask

摘要: 1.安装 yum install nginx -y pip3 install uwsgipip3 install Flask 2.uwsgi配置(保存/etc/uwsgi.ini,run:uwsgi /etc/uwsgi.ini) 3.nginx配置 4.安装 Supervisor yum inst 阅读全文

posted @ 2017-01-16 18:57 vijayfly 阅读(1602) 评论(0) 推荐(0) 编辑

mysql root密码

摘要: 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文

posted @ 2017-01-16 15:13 vijayfly 阅读(221) 评论(0) 推荐(0) 编辑

导航