摘要:
创建实验环境 mysql> create database test_db; Query OK, 1 row affected (0.00 sec) mysql> use test_db; Database changed mysql> create table test_table(id int( 阅读全文
摘要:
以下方法最好在没有数据时操作,否则有可能导致乱码。如果已有数据,做好备份尝试Mysql迁移由于字符集导致乱码的数据 创建测试环境 mysql> create database test_db; Query OK, 1 row affected (0.00 sec) mysql> use test_d 阅读全文