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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...