You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> alter database test1 character set utf8 COLLATE uft8_general_ci;
ERROR 1105 (HY000): line 0 column 14 near " test1 character set utf8 COLLATE uft8_general_ci" (total length 63)
mysql> alter database test1 character set utf8 COLLATE uft8_general_ci;
ERROR 1105 (HY000): line 0 column 14 near " test1 character set utf8 COLLATE uft8_general_ci" (total length 63)
I noticed this today. This error message is very poor, pointing to a location that is already past the error. Much better would be "ALTER DATABASE not supported".
TiDB:
see https://dev.mysql.com/doc/refman/5.7/en/alter-database.html
The text was updated successfully, but these errors were encountered: