Not able My SQL DB converting from utf8 to utf8mb4

shark

Neuer Benutzer
Beiträge
4
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'
 
Werbung:
Okay alles klar. Das heisst ich muss einen anderen Command verwenden um das Schema zu konvertieren. Wie würden dann der Command lauten?
 
Das information_schema ist eher nicht dazu gedacht, manuell verändert zu werden. Vermutlich handelt es sich eh durchgängig um Views.
 
Werbung:
Zurück
Oben