X-Powered-By: PHP/5.4.22 Content-type: text/html Akeeba Backup CLI 4.1.0 (2014-12-27) Copyright (C) 2010-2015 Nicholas K. Dionysopoulos ------------------------------------------------------------------------------- Akeeba Backup is Free Software, distributed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the license. See http://www.gnu.org/licenses/gpl-3.0.html for details. ------------------------------------------------------------------------------- You are using PHP 5.4.22 (cgi-fcgi) Starting a new backup with the following parameters: Profile ID 1 Description "Command-line backup" Current memory usage: 1.32 Mb Unsetting time limit restrictions. Site paths determined by this script: JPATH_BASE : /home/sitename/public_html/futurist JPATH_ADMINISTRATOR : /home/sitename/public_html/futurist/administrator Error displaying the error page: Application Instantiation Error: Could not connect to MySQL
That last line about not connecting to MySQL has me puzzled... Everything should be in order since it's the same settings as the manual backups. I suspect it might have to do with the complex passwords we use including punctuation and symbols like: * ] ~ . $).
Is there a way to escape characters for the MySQL password in the CRON script or somewhere else in the Akeeba Backup settings? My current CRON job command looks like this:
0 0 1,15 * * /usr/bin/php /home/sitename/public_html/futurist/cli/akeeba-backup.php
Thanks for any guidance you can provide.