MySQL Forums
Forum List  »  Install & Repo

How to enable debugging?
Posted by: J Scavok
Date: February 28, 2016 12:56AM

When I run mysqlimport with any of the debug options (--debug, --debug-check, --debug-info), I get an error message like this one:

[root@localhost ~]# mysqlimport -u root -p -h localhost --debug='d:t:o,/var/log/mysqlimport-debug.log' patentsview /var/lib/mysql-files/patent.tsv

mysqlimport: [ERROR] mysqlimport: Option 'debug=d:t:o,/var/log/mysqlimport-debug.log' used, but is disabled

What do I have to do to enable debugging?

If it requires a "debug build" of mysqld 5.7.11 and its tools, is there a pre-built YUM repo for this for CentOS 32-bit? (I already checked http://dev.mysql.com/downloads/repo/ but it is not clear to me which download I need for a "debug build".)

Thank you.

Options: ReplyQuote


Subject
Written By
Posted
How to enable debugging?
February 28, 2016 12:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.