Der Fehler ist:
Code: Select all
SQLSTATE[HY000] [2054] The server requested authentication method
unknown to the client (SQL: select * from `user_meta` where `user_id` is null limit 1)
Code: Select all
MySQL version - 8.0.19
PHP version - 7.4.7
Jede Hilfe wäre dankbar.
Aktualisieren
Code: Select all
.env
Code: Select all
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=home
DB_USERNAME=root
DB_PASSWORD=abcd
TENANCY_HOST=localhost
TENANCY_PORT=3306
TENANCY_DATABASE=home
TENANCY_USERNAME=root
TENANCY_PASSWORD=abcd