I did but I’m not entirely sure what I’m supposed to change.
In the wp-config.php file:
define(‘DB_NAME’, ‘….’); is correct
But the DB_USER and DB_PASSWORD are set to ‘root’
I tried copying the username and password from the sql database users file into wp-config.php but that didn’t work. Neither did adding root to the users table.