You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
214 B

1 month ago
mysqldump下来的数据库文件,比如xxxx-dbmaccount.sql, 在Windows下用cmd mysql命令导入的时候会报错误,一般是编码错误
在cmd里执行chcp 65001转换编码为utf8后再执行命令即可