I'm trying to install a wordpress plugin that does periodic backups of my site. It uses mysqldump to backup the database.
It appears that the only version of mysqldump available in the filesystem that the web hosting server can see is a rather ancient version that can't actually talk to the current mysql database server (and doesn't have the options I need, even if it could).
As far as I can tell, the newer version of mysqldump available in /usr/local/bin on shell.sonic.net isn't available from the server that does the web hosting.
Any chance of getting a newer version of mysqldump installed where the web hosting server can see it?
It appears that the only version of mysqldump available in the filesystem that the web hosting server can see is a rather ancient version that can't actually talk to the current mysql database server (and doesn't have the options I need, even if it could).
As far as I can tell, the newer version of mysqldump available in /usr/local/bin on shell.sonic.net isn't available from the server that does the web hosting.
Any chance of getting a newer version of mysqldump installed where the web hosting server can see it?