问题
laravel项目使用MySQL 8.0数据库(放在docker里面),运行php artisan migrate
后报错:
Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = weibo and table_name = migrations and table_type = 'BASE TABLE')