mirror of https://github.com/jeecgboot/jeecg
21 lines
781 B
Plaintext
21 lines
781 B
Plaintext
官方提供:mysql\oracle\SqlServer脚步,其他数据库,可以通过工具自行转换。
|
||
转换方法参考:http://blog.csdn.net/zhangdaiscott/article/details/46412453?yyue=a21bo.50862.201879
|
||
|
||
脚步说明:
|
||
|
||
1.oracle 导入命令
|
||
说明: jeecg脚本导出用户是scott
|
||
imp scott/tiger@orcl file=jeecg_3.8_oracle11g.dmp
|
||
导入其他用户的表
|
||
imp jeecgos/jeecgos@orcl file=/opt/datatmp/jeecg_3.8_oracle11g.dmp fromuser=scott touser=jeecgos ignore=y commit=y buffer=300000000 feedback=10000
|
||
|
||
|
||
2. oracle、SqlServer脚步索引会有部分丢失,为了系统性能,请自行补加索引。
|
||
3. jeecg系统数据库切换配置方法,参考常见问题贴29
|
||
http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1
|
||
|
||
4.老版本数据库增量升级
|
||
执行老版本升级SQL脚本
|
||
3.7.8升级到3.8
|
||
docs/老版本增量升级/jeecg_mysql-3.7.8-update-3.8.sql
|
||
|