With MySQL 8.0, one key feature is the new Data Dictionary.
The system tables that were previously in MyISAM are now replaced by new protected ones in the DD.
My friend Giuseppe already explained how you could see those tables using sandbox and he also warned you that you should not mess up with them in this post too.
I’ll explain you how you can see those tables and their actual content. But will also explain why we decided to protect them and why it should stay like that.
DD protected internal tables list
The easiest way …
[Read more]