MySQL Forums
Forum List  »  InnoDB

Re: 8.0.14 breaks mysqlpump
Posted by: Jesper wisborg Krogh
Date: January 26, 2019 06:41PM

Hi Warren,

Are these the views that are reported as having an invalid definer?

* sys.schema_auto_increment_columns
* sys.schema_object_overview
* sys.schema_redundant_indexes
* sys.schema_unused_indexes
* sys.x$schema_flattened_keys

Do you get any errors if you use the views or execute SHOW CREATE VIEW for them?
If not (and the above list of views are the ones you get the error for), it sounds like Bug 28901821.

As a workaround, I suggest trying to drop the sys schema and re-install it using mysql_upgrade --force.

Best regards,
Jesper

Options: ReplyQuote


Subject
Views
Written By
Posted
910
January 24, 2019 11:33AM
524
January 25, 2019 04:22PM
544
January 25, 2019 05:40PM
515
January 26, 2019 02:54AM
524
January 26, 2019 07:49AM
Re: 8.0.14 breaks mysqlpump
499
January 26, 2019 06:41PM
441
January 26, 2019 08:02PM
481
January 26, 2019 08:41PM
390
January 27, 2019 06:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.