Jump to content

Recommended Posts

Posted

Hello everyone! My question is for macOS users. I'm using parallel both windows and mac for my pet projects with MariaDB hosted here. When using Javascript/NextJS etc. don't have any problems. Just started new project with Django, connected and fulfilled the DB using Windows everything was perfect, commited to github/ Then next day I took Mac and can't do anything after pulling from github. Restoring requirements it's another case, but after starting the django server i got such a mistake: django.db.utils.operationalerror: (2059, "authentication plugin 'mysql_native_password' cannot be loaded: dlopen(/usr/local/cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so, 0x0002): tried: '/usr/local/cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so' (no such file)").

Maybe someone can help me here... Solutions from internet not solving problem, like downgrading mysqlclient. And of cource I can't change authentication plugin 'cos I don't have permissions. 

Posted

Unfortunately this one is so specific and few if anyone here uses a Mac that you're unlikely to get a good answer for it.

Did you verify the file its looking for exists? If not, perhaps that particular authentication plugin needs to be manually installed?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...