mysql_native_password.so (no such file)
If you are encountering the issue below: Then the chances are you are trying to connect to a MySQL database via mysqlclient using MySQL’s mysql_native_password plugin. Why this happens? This happens because historically, MySQL users authenticated with the mysql_native_password plugin. However, it is older, weaker, and based on SHA-1 hashing (deprecated). In fact, it was… Read More »