Hi,

we were trying to run Mediawiki Dumper and we got that:

ERROR 1064 (42000) at line 127478: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''{{Orphan|date=April 2014}}\n\nThe \'\'\'lung float test\'\'\', also called the ' at line 1

This is the command we ran:

java -server -classpath /data/servers/data_load/lib/commons-compress.jar:/data/servers/data_load/lib/mwdumper.jar org.mediawiki.dumper.Dumper --format=sql:1.5 /data/servers/data_load/en/20160801/enwiki-20160801-pages-articles.xml.bz2 | /usr/bin/mysql --max_allowed_packet=1G --default-character-set=utf8 --force -h 127.0.0.1 -uXXXXXXX -pXXXXXXX -P 3306 -D wikimirror_en

mysql version we are using is… 5.6.22


do you know how to get the issue fixed?