Configuring MySQL on your Strapi project

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