Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.0.7
-
None
-
Debian 8, Single server install
-
2017-11, 2017-12
Description
After following install steps from KB on single server install from deb packages, I noticed that the alias mcsmysql was not reading the options that I wrote in the ~/.my.cnf file.
Alias as set by the install procedure |
alias mcsmysql='/usr/local/mariadb/columnstore/mysql/bin/mysql --defaults-file=/usr/local/mariadb/columnstore/mysql/my.cnf -u root' |
Solution (replace --defaults-file with --defaults-extra-file)
Alias as set by myself |
alias mcsmysql='/usr/local/mariadb/columnstore/mysql/bin/mysql --defaults-extra-file=/usr/local/mariadb/columnstore/mysql/my.cnf -u root' |