当我跑 php artisan migrate
在 Connection.php 第 664 行中:
SQLSTATE[HY000] [2054] 服务器请求客户端未知的身份验证方法(SQL:select * from information_schema.tables where table_schema = aviandb and table_name = migrations)
在 Connector.php 第 68 行:
SQLSTATE[HY000] [2054] 服务器请求客户端未知的身份验证方法
在 Connector.php 第 68 行:
PDO::__construct():服务器请求客户端未知的身份验证方法[caching_sha2_password]
我该如何解决?