首页 > 后端开发 > php教程 > mysql5的sql文件导入到mysql4的方法_PHP

mysql5的sql文件导入到mysql4的方法_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
发布: 2016-06-01 12:24:11
原创
1067 人浏览过

1、将mysql5里导出的sql文件导入到mysql5中。
2、用mysqldump -uroot -p1234 --opt --compatible=mysql40 -A -re:\localhost.sql
--compatible=name参数描述如下:
--compatible=name Change the dump to be compatible with a given mode. By
default tables are dumped in a format optimized for
MySQL. Legal modes are: ansi, mysql323, mysql40,
postgresql, oracle, mssql, db2, maxdb, no_key_options,
no_table_options, no_field_options. One can use several
modes separated by commas. Note: Requires MySQL server
version 4.1.0 or higher. This option is ignored with
earlier server versions.
3、将e:\localhost.sql导入mysql4,如mysql命令行中
source e:\localhost.sql

相关标签:
sql
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
“始终如一地拥抱 UTF-8”
来自于 1970-01-01 08:00:00
0
0
0
标题重写为:"全程使用UTF-8编码"
来自于 1970-01-01 08:00:00
0
0
0
“始终使用 UTF-8 编码”
来自于 1970-01-01 08:00:00
0
0
0
"畅行无阻:UTF-8的通行之路"
来自于 1970-01-01 08:00:00
0
0
0
全程UTF-8
来自于 1970-01-01 08:00:00
0
0
0
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板