Reputation: 421
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