I can not converting the information_Schema Database from utf8 to utf8mb4.
I have try with this command:
ALTER DATABASE information_schema CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
I get this error message:
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'information_schema'
I have try with this command:
ALTER DATABASE information_schema CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
I get this error message:
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'information_schema'