mysql-operator icon indicating copy to clipboard operation
mysql-operator copied to clipboard

MySQL keeps logging a warning after creating Mysqluser

Open TomerG711 opened this issue 3 years ago • 2 comments

I've created a Mysqlcluster and a Mysqluserand both are great, but it seems that because the operator keep making sure that the user exists the mysql master (and the master only) keep logging the following forever:

[Warning] [MY-010235] [Server] Following users were specified in CREATE USER IF NOT EXISTS but they already exist. Corresponding entry in binary log used default authentication plugin 'mysql_native_password' to rewrite authentication information (if any) for them:

Is there anyway to stop Mysql from logging that warning?

TomerG711 avatar Feb 01 '22 14:02 TomerG711

We are unsure we could do anything about it.

milero avatar Feb 07 '22 11:02 milero

We are unsure we could do anything about it.

I just want to be sure that this behaviour (of the master keep warning forever) is OK and we can ignore it.

TomerG711 avatar Feb 07 '22 11:02 TomerG711