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