请教:MySQL 5.0版上的数据库能否导入到5.5版中

请问各位高手:MySQL 5.0版下的数据库能否导入到5.5版中

我现在用的是5.0版的MySQL,现在已经有了 5.5.8 的版本,我想更新我的MySQL,使用 mysql 导入原来的数据库时总是出错,我使用的字符集都是一样的,请问是不是因为版本的原因呢?请高手赐教,谢谢。



。。。导出的时候 指定字符集..




位置,具体看帮助

mysqldump –help

Dumping structure and contents of MySQL databases and tables.

Usage: mysqldump [OPTIONS] database [tables]

OR mysqldump [OPTIONS] –databases [OPTIONS] DB1 [DB2 DB3…]

OR mysqldump [OPTIONS] –all-databases [OPTIONS]

–default-character-set=name 

Set the default character set.

请教:MySQL 5.0版上的数据库能否导入到5.5版中

相关文章:

你感兴趣的文章:

标签云: