当前位置:Gxlcms > mysql > 数据库移植遇到的问题

数据库移植遇到的问题

时间:2021-07-01 10:21:17 帮助过:45人阅读

133上导出数据库elink:dbexport o/home/ap/dcclink/.shan/194/elink elink; 132上导入数据库elink:dpimport c ddatadbs i /home/ap/dcclink/.shan/elinkelink。 遇到问题如下: 一. The type of your terminal is unknownto the system. 在$HOME/.profile

133上导出数据库elink:dbexport –o/home/ap/dcclink/.shan/194/elink elink;

132上导入数据库elink:dpimport –c –ddatadbs –i /home/ap/dcclink/.shan/elinkelink。

遇到问题如下:

一. The type of your terminal is unknownto the system.

在$HOME/.profile 里面加exportTERM=vt100

二.-425 - Database is currently opened by another user.

解决方法:onstat –g sql查看在执行的sql

onmode –z SessId

三. -256 Transaction notavailable.

停服务,onmode杀数据库执行语句

ontape-s -U elink (打开日志模式)

四.、与xx主机通讯出错

/etc/hosts

52.0.10.132zjkfsvc 改为:

52.0.10.132zjkfsvc cms1 host_xx

人气教程排行