Openshift Online v2 MySQL binary logging -


we using mysql5.5 cartridge in openshift online v2 , implement binary logging.

however, there warning @ top of my.cnf says:

"# warning: changes file lost on every restart/upgrade. configurable values can set environment variables through rhc env set..."

it appears preferred method setting binary logging add entries my.cnf , there no environment variables covering binary logging.

does know of workaround binary logging configured , working on mysql5.5 cartridge in openshift online 2?

thanks.

robin

i think found workaround not involve creating custom cartridge:

  1. shut down mysqld using mysqladmin
  2. append binary logging params my.cnf
  3. start mysqld

i have tried manually using script , seems work. matter of implementing properly.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -