brew 安装 mysql 得到unknown variable 'tmpdir=/tmp'错误
PHPz
PHPz 2017-04-17 13:34:11
0
3
1115

在 macbook 上用 brew 安装 mysql ,运行:

mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp

此命令后提示:

mysql_install_db: [ERROR] unknown variable 'tmpdir=/tmp'
2015-11-27 14:57:57 [ERROR]   Unrecognized options
PHPz
PHPz

学习是最好的投资!

reply all(2)
迷茫

I also encountered such a problem, and this is how I solved it for the time being. I downloaded the dmg format installation package from the mysql official website, installed it, and then added the mysql path to .bash_profile. This is how I used it for the time being. Submitted this issue.

  • reply You have to be a bit proficient in pasting and copying, right?
    李军明 author 2018-08-20 11:23:06
洪涛

Refer to this problem I encountered before: http://segmentfault.com/q/1010000004078668?_ea=496690

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!