1.git clone超级慢解决
hosts文件添加 (Linux&Windows)
2.Nginx配置完403
服务器上拉下来是root root 修改为 www www,(最后发现忘了路劲忘了加public)
2.然后404
之前是127.0.0.1
9000端口没有运行 查看配置后修改
3.file not found
又是file not found
后端fastcgi进程收到错误路径(SCRIPT_FILENAME),而后端fastcgi收到错误路径的原因..添加后搞定
给mysql创建用户 单独给用户操作指定数据库 指定权限
我给了这用户操作这库的所有权限,但是还是QLSTATE[42000]: Syntax error or access violation: 1142 REFERENCES command denied to user ‘bigxin_blog‘@’localhost’ for table ‘articles’
最后服务器还是用的root
最后终于搞定
开源项目github.com/jcc/blog