由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 请教怎么关闭MYSQL的debug信息
相关主题
[转载] JDBC 处理日期的问题(日期插入数据库)纪录查找问题
Is there any small free database support Java ?请问MYSQL JDBC如何获得插入记录的编号
How about JDBC for mysql?MySQL安全问题
问个关于JDBC和MySQl的问题Can "SET ANSI_WARNINGS OFF" be set on user level?
configuration about mysql!!!求救,咋样架起来自己的database?
How to get authorized using JDBC with MySql databses?有可以debug MySQL stored procedure的免费工具么
怎样从mysql换成sql server?Problem Running MySql on W2K
HELP!!!Connect to MySQL in JSPMySQL
相关话题的讨论汇总
话题: mysql话题: debug话题: suppress话题: 插入话题: 关闭
进入Database版参与讨论
1 (共1页)
i****c
发帖数: 102
1
我要往MYSQL里插入近10 million记录,
用的是MYSQL 5.0,JDBC用的是MYSQL官方提供的
我发现每插入一条记录
在终端都打出很长的mysql dubug详细信息
这是不是很影响速度?怎么样才能关掉呢?
20多个小时才插入了3 million 条记录
还有其他加快速度的方法吗?
谢谢
y********o
发帖数: 2565
2
I googled, but not sure if it helps.
src:
http://scripts.webmastersite.net/wsnlinks/wsnmanual/articles/MySQL_errors-66.html

Note: If all else fails you can suppress MySQL warnings by setting your
debug level to "suppress errors." This is not advisable in most
circumstances, however, as the warning usually indicates a problem which
needs to be fixed.
I******e
发帖数: 101
3
What is the error message you are seeing?
1 (共1页)
进入Database版参与讨论
相关主题
MySQLconfiguration about mysql!!!
debug PL/SQLHow to get authorized using JDBC with MySql databses?
SQL debug step into a store procedure from another one (转载)怎样从mysql换成sql server?
Re: Web DatabaseHELP!!!Connect to MySQL in JSP
[转载] JDBC 处理日期的问题(日期插入数据库)纪录查找问题
Is there any small free database support Java ?请问MYSQL JDBC如何获得插入记录的编号
How about JDBC for mysql?MySQL安全问题
问个关于JDBC和MySQl的问题Can "SET ANSI_WARNINGS OFF" be set on user level?
相关话题的讨论汇总
话题: mysql话题: debug话题: suppress话题: 插入话题: 关闭