Skip to content

Instantly share code, notes, and snippets.

@sagar290
Created April 20, 2020 17:07
Show Gist options
  • Select an option

  • Save sagar290/5b96cc6678418de7bc1caaefb2939a11 to your computer and use it in GitHub Desktop.

Select an option

Save sagar290/5b96cc6678418de7bc1caaefb2939a11 to your computer and use it in GitHub Desktop.
LAMP .env
MYSQL_ROOT_PASSWORD=admin
MYSQL_USER=admin
MYSQL_PASSWORD=123
REPLICATION_USER=replication_user
REPLICATION_PASSWORD=myreplpassword
MYSQL_SLAVE_ONE_ROOT_PASSWORD=admin
MYSQL_SLAVE_ONE_USER=slave
MYSQL_SLAVE_ONE_PASSWORD=mysqlpwd
REPLICATION_SLAVE_ONE_USER=replication_user
REPLICATION_SLAVE_ONE_PASSWORD=myreplpassword
DOCKER_HOST_IP=192.168.0.107
# fradelg/mysql-cron-backup
VOLUME_PATH=./backup
MYSQl_ROOT_PASSWORD=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment