4 replies
August 2022

Areeb_Ahmad

In mysql server 8
SELECT user, plugin FROM mysql.user WHERE user IN (‘root’);
changed to
SELECT plugin FROM mysql.user WHERE user IN (‘root’);

November 2022

Shahriar

Really helpful. Thanks!

April 2023

krankos

Is it possible to use PlanetScale?

June 2023

Strawmr

I know this is an older thread, but I’m hoping for help. I’ve followed all of the steps, but when I run “yarn develop” I keep getting the following error:

“Access denied for user ‘root’@‘localhost’ (using password: YES)”

I’ve tried recreating the database, recreating the strapi app, but nothing appears to be working. And when I checked, I have the proper mysql_native_password plugin.

Any insight would be greatly appreciated