mysql - revert data dir to where it was in 5.1
This commit is contained in:
parent
3c010e246d
commit
3df9199e78
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Mysql < Formula
|
|||
args = [
|
||||
".",
|
||||
"-DCMAKE_INSTALL_PREFIX='#{prefix}'",
|
||||
"-DMYSQL_DATADIR='#{var}/mysql/data'",
|
||||
"-DMYSQL_DATADIR='#{var}/mysql'",
|
||||
"-DINSTALL_MANDIR='#{man}'",
|
||||
"-DWITH_SSL=yes",
|
||||
"-DDEFAULT_CHARSET='utf8'",
|
||||
|
|
Loading…
Reference in a new issue