Hi,
We are setup up a lot ofmysql DBs for several apps on several envs (Dev, Tst, Stg, Prd) and we were wondering if it is possible to use system environment variables inside file my.cnf to describe path value for example.
I've tried something like
datadir = ${CHROOT}/bamboo/data/mysql
but the variable is not expanded. Anyways to do this ? It works with Apache HTTPD.
Thx
--
Issa
We are setup up a lot ofmysql DBs for several apps on several envs (Dev, Tst, Stg, Prd) and we were wondering if it is possible to use system environment variables inside file my.cnf to describe path value for example.
I've tried something like
datadir = ${CHROOT}/bamboo/data/mysql
but the variable is not expanded. Anyways to do this ? It works with Apache HTTPD.
Thx
--
Issa