I have a School Library App written in B4J and want to implement a backup from within the system. In my development environment a jShell call to mysqldump worked really well to export a .sql full backup. Unfortunately in the production environment, the account running the App does not have permissions to run mysqldump, so I'm thinking I could just execute mysql queries to generate the same output.
Has anyone done anything like this? Any advice on the best way to set about this?
Fr. Simon
Has anyone done anything like this? Any advice on the best way to set about this?
Fr. Simon