cesurapp / pd-user

Simple user management system for Symfony 5.
MIT License
24 stars 5 forks source link

authentication method unknown to the client #2

Open thehatami opened 5 years ago

thehatami commented 5 years ago

after implement the installation, i get this error on my console with ending command:

php bin/console doctrine:schema:update --force

and get:

  PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]  

what is problem?