MySQL 8.0.36 log error occurred [MY-016660][server]plugin mysql_native_password reported
After many users installed MySQL 8.0.36, they discovered a problem, which was that the error prompt of [MY-016660][server]plugin mysql_native_password reported kept appearing in the error log.

I have been refreshing the error log. After inspection, I found that this is a bug and needs to be officially updated later. Here is a temporary solution for everyone.Filter the alarm through parameters in the mysql database to prevent the alarm information from being entered into the error log file.
To log in as root in MySQL, you can use the following command:
mysql -u root -p

Enter the database root password

After logging in to Mysql, enter the following paragraph:
show variables like 'log_error_suppression_list';
A list will appear and the Value will be empty

then enter
set global log_error_suppression_list='MY-013360';
The following appears, Value is MY-013360, which means that the error log has been blocked to prevent the log from being written continuously.

The above is based onMY-013360 is a reference demonstration. If there is an error in other logs, and so on. If you don't, you can contact online customer service and handle it for a fee.
© Website copyright and disclaimer
1.[honmau Media] independently owns the copyright of all materials on relevant pages of this website;
2. No one is allowed to copy it without the express written permission of [honmau Media];
3. The articles that do not indicate "honmau Media" on this website are all from the Internet and are only for everyone to learn and refer;
4. If there is any infringement/violation/irregularity, please contact customer service QQ or email to delete it, please understand;
5.[honmau Media] reserves the right to correct, modify and update this statement at any time.legal notice