After upgrading to High Sierra (macOS 10.13.1), I, unfortunately, lost all of my passwords. I’m having problems changing user passwords in Sequel Pro and Adminer. I keep on getting the "can’t find any matching row in the user table” when trying to change the password using any of these SQL commands (user and pswd are sample user and password values):
SET PASSWORD FOR ‘user’@‘local’ = ‘pswd’;
SET PASSWORD FOR ‘user’@‘local’ = PASSWORD ('pswd’);
If I can get past that particular error, I will issue this: FLUSH PRIVILEGES;
Can you explain why you’re trying to change the MySQL username/password?
Are you needing to change the WordPress user passwords or simply MySQL? The default database login for Local is root for the user root for the password.
I got a successful update. That was pretty easy. Thanks!
Since I submitted my question last week, however, I have been unable to log into or view any of my test sites. I have been using 2.0.1 since I cannot run version 2.1.1. I have been getting the following: