Parisson / Telemeta

Collaborative content management system for musicology
http://telemeta.org
GNU Affero General Public License v3.0
118 stars 38 forks source link

Authentication plugin 'caching_sha2_password' cannot be loaded #201

Closed AnasGhrab closed 6 years ago

AnasGhrab commented 6 years ago

With a fresh install one gets this error now :

ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded

I find on the web :

Looks like mysql default authentication method has changed in mysql 8. It works fine with mysql:5.7 and that might be a safer default in docker-compose.yml rather than mysql:latest
AnasGhrab commented 6 years ago

Revolved by this : https://github.com/Parisson/Telemeta/pull/202