Update error from version 8 to 9 1045, "Access denied for user '8188197692de12cc'@'localhost' (using password: YES)"

Finally, the problem solved!

In MySQL command:

set password for 'database-name'@'localhost' = password('new-password');

Then, I edited the site_config.json
{
“db_name”: “database-name”,
“db_password”: “new-password”,
“developer_mode”: 0,
“encryption_key”: “encryption-key”,
“limits”: {
“space_usage”: {
“backup_size”: 11.0,
“database_size”: 23.1,
“files_size”: 7.0,
“total”: 41.1
}
}
}

Then I re-run bench update --reset

Thank God! I’m very lucky today :grin:

2 Likes