MySQL targets
Dump a mysql database
mysql.dump.file
- File where the mysql dump should be placedmysql.dump.gzip
- Gzip the mysqldump (true/false)
The mysql targets use some global properties shared between different AutoPhing targets
database.host
- Database host=127.0.0.1database.user
- Database userdatabase.password
- Database passworddatabase.name
- Database namedatabase.port
- Database port
- MySQL installed on the command line
- GZip command line program when enabling GZip compression