You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already provided the described functionality
Description
MySQL installation is using the default config file located in /etc/mysql/mysql.cnf instead the provided as a template file (/etc/mysql/my.cnf). For this reason is applying the default config.
Discovered when checking where is MySQL datadir pointing.
Steps to Reproduce
Execute 'molecule test' to install MySQL Server using this role
Check where is pointing MySQL datadir using mysql -utesting -p -e 'SHOW VARIABLES WHERE Variable_Name LIKE "%dir"'
Verify that datadir output is not equals to the value defined in default vars.
Expected behavior: datadir points to default location
Actual behavior: datadir should point to /tmp/test
Reproduces how often: 100%
Versions
All
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
MySQL installation is using the default config file located in /etc/mysql/mysql.cnf instead the provided as a template file (/etc/mysql/my.cnf). For this reason is applying the default config.
Discovered when checking where is MySQL datadir pointing.
Steps to Reproduce
Expected behavior: datadir points to default location
Actual behavior: datadir should point to /tmp/test
Reproduces how often: 100%
Versions
All
The text was updated successfully, but these errors were encountered: