I want to alter tables like mysql.rds_sysinfo, mysql.rds_monitor, mysql.rds_heartbeat2 which belong to mysql schema.
The alter sql for that is:
ALTER TABLE mysql.rds_sysinfo ROW_FORMAT=DYNAMIC;
But when I run it some error appears:
Error Code: 1044. Access denied for user 'admin'@'%' to database 'mysql'
So how can I get access to alter the such tables of AWS RDS?