mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
ALTER DATABASE test CHARACTER SET latin1 COLLATE latin1_swedish_ci;
|
|
DROP TABLE IF EXISTS table6;
|
|
ALTER DATABASE test CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci;
|