Hi John,
It is not enough to just change APP_NAME you also need to add the MYSQL specific Settings to the config file.
#######################
### MYSQL Settings ###
#######################
#################################################################################################################
# MYSQL_DATABASES - List of database(s) and their username/password separated by a comma of which you #
# want to backup #
# HOST - Name of Host where the database(s) are running, ie: localhost #
# PORTS - List of Database(s) and the ports they are listening on #
# MASTER_SLAVE - (Y|N)If the Database(s) are part of a MASTER7SLAVE Environment #
#################################################################################################################
MYSQL_DATABASES=db1:user1/password
HOST=localhost
PORTS=db1:3306
MASTER_SLAVE=N
If you add these the GUI should load the config. When the GUI doesn't LOAD the config it means simply that something is missing in the config file.
Regards,
Keith