[Django]-Django+MySQL – "Authentication plugin 'caching_sha2_password' cannot be loaded"

-1👍

Try

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<my-password>';

Leave a comment