MySQL Forums
Forum List  »  Newbie

run mysqldump output via JDBC
Posted by: John Dunn
Date: August 08, 2017 07:57AM

I want to run the output generated by mysqldump via a JDBC connection, but it objects to some of the lines in the mysqldump output, such as lines like this :

/*!40101 SET character_set_client = utf8 */;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40000 ALTER TABLE `TEXT_SUBS` DISABLE KEYS */;

etc etc

Can I safetly remove these before I run the sql?

Options: ReplyQuote


Subject
Written By
Posted
run mysqldump output via JDBC
August 08, 2017 07:57AM


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.