修改mysql字符集
摘要:1.查看当前数据库字符集: show VARIABLES like 'character%'; 2.修改数据库字符集: alter database ims character set utf8mb4; 3.修改表字符集: ALTER TABLE sys_test DEFAULT CHARACTER
阅读全文
posted @ 2021-12-16 10:48
posted @ 2021-12-16 10:48
posted @ 2015-11-30 12:02