Mike Flynn
Mike Flynn

Reputation: 421

Java MySQL dump including stored procedures and functions without using mysqldump

My Java application needs to be able to run on a remote system without the MySQL cli installed on it and can only interface with the MySQL database using a MySQL connection ( no ssh ). I can't use mysqldump. I can't use mysqldbcopy.

Is there a way to perform a backup of the database under these constraints that contains the Stored Procedures and Functions? Or can I go back to my supervisor and inform them that they are asking me to do something that's impossible?

Upvotes: 0

Views: 122

Answers (0)

Related Questions