We run a MySQL server in the cloud (AWS RDS). We recently upgraded this server from version 5.7.19 to 5.7.21. The MySQL users have been created with the following syntax: CREATE USER 'user01'@'%' ...