易截截图软件、单文件、免安装、纯绿色、仅160KB

用mysql administrator导入PHPmyadmin导出的SQL

用PHPMYADMIN导出了SQL文件现在想用Mysql administrator导入可是出错了
The dump file was not created by MySQL Administrator and could contain unsupported syntax.
Hence we cannot restore its content.
You can override this behavior by enabling "Ignore errors"  on the General page.

估计格式上有所差别,看一下是哪句不对?


The dump file was not created by MySQL Administrator and could contain unsupported syntax.
Hence we cannot restore its content.
You can override this behavior by enabling "Ignore errors"  on the General page.

错误表述的很明显 语法不一致 含有mysql不支持的语法


如果强制导入的加上
--force



相关问答:

mysql的连接超时时间怎么设置 - VC/MFC / 数据库

我是用mysql自带的C API
if(mysql_real_connect(&mysql,"125.0.0.108","root","root","home",3306,NULL,0))

AfxMessageBox("数据库连接失败") ......

Winform+MySQL做项目

Winform+MySQL做项目,在注重性能的情况下,我该如何去完成这类型的项目呢!
请各位给以提示。
你这个范围太广了,我说2点重要的吧
1.WINFORM程序是单独运行的CS程序,和BS不同,BS的压力始终都在SERVER上的,对C ......

eclipse与mySQL的问题 - Java / Eclipse

在安装Java编译器的Eclipse的时候,对环境变量进行了配置,在安装MySQl的时候也要对环境变量进行配置;那么后面的配置会影响前面的Eclipse的配置吗?
请大家多指教~!谢谢!
不会把,我这都装了的 我系统里 还装了 ......

请教一个mysql俩表连接的问题

有一条sql语句 select a.name ,b.name from tableA a,tableB b where a.id = b.id and 。。。(其他过滤条件)
其中a.id 为tableA主键 有唯一性索引 数据量才1千多
b.id 为日志表tableB 的外键 ,慢去条件的才 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号