1. not allow grant (mysql 8.x) You are not allowed to create a user with GRANT MYSQL8.0版本中,grant 命令已經做了一些限制,需要增加子用戶。 2. create user with ‘localhost’ limited. create user 'username'@'localhost' identified by 'your…
文章中紀錄在使用PHP項目開發中遇到的錯誤問題,但是這些問題在開發中經常碰到的日常問題,沒有必要老是去看文檔之類的解決問題,所以都總結到改文檔 Error Message 1: Uncaught Swoole\Error: API must be called in the coroutine in connect() to unix:/run/php/php8.1-fpm.sock failed (13: Permission denied) while connecting to upstream 解決方案: 查看該socket套接字的權限: ls -l /run/php/php8.1-fpm.sock…