年轮: 八月, 2024
8月 22, 2024 - php开发    Thinkphp 配置时报错: no input file specified已关闭评论

Thinkphp 配置时报错: no input file specified

Tinkphp配置好文件后:

一直出现nginx报错:

no input file specified
原因:

查看nginx错误日志:

tail -f /usr/local/etc/nginx/nginx_error.log

原因项目的中.user.ini是其它人直接压缩从宝塔上运[……]

Read more

8月 12, 2024 - mysql    mysql10用Sequel Pro链接不上已关闭评论

mysql10用Sequel Pro链接不上

Mysql10:

通过navicat连接不上数据库:
https://blog.csdn.net/leo3070/article/details/117440146

mysql> use mysql;

Database changed

mysql> SELECT Host,[……]

Read more