Skip to content

MySQLToolsConfigFile

Abyss Morgan edited this page Sep 14, 2024 · 6 revisions

MySQL Tools Config File

For locate configuration file, run NGC-TOOLKIT and select tool 6 2, then edit <label>.ini

Key Type Default Available values Description
DB_HOST String - - Database host name
DB_PORT Integer - - Database port
DB_NAME String - - Database name
DB_USER String - - Database user
DB_PASSWORD String - - Database password
BACKUP_PATH String - Valid folder path Backup location
BACKUP_COMPRESS Bool - true / false Determine if compress backup
BACKUP_TYPE_DATA Bool - true / false Determine if backup data from table
BACKUP_TYPE_STRUCTURE Bool - true / false Determine if backup structure from table
BACKUP_ADD_LABEL_TO_PATH Bool true true / false Determine if label should be added to path
BACKUP_CURL_SEND_ERRORS Bool false true / false Determine if curl callback can sent errors
BACKUP_CURL_CALLBACK String / Null null - Specify www url than be called when perform backup more information
BACKUP_QUERY_LIMIT Integer 50000 - Determine how many records should be select at once
BACKUP_INSERT_LIMIT Integer 100 - Determine how many records should be added in a single insert
SAVE_RESULTS_SEPARATOR String | - Determine separator for columns when use MySQL Console
FOLDER_DATE_FORMAT String Y-m-d_His - Determine backup folder date format
BACKUP_LOCK_TABLES Bool false true / false Determine if lock tabled during backup

Informations:

Additional configuration

- Tools:

Clone this wiki locally