env: mysql: No such file or directory after `wp im

2019-03-31 02:01发布

I'm trying to import a database locally using wp db import databasename.sql but I get the following error: env: mysql: No such file or directory. Can anyone tell me how to resolve this?

2条回答
戒情不戒烟
2楼-- · 2019-03-31 02:45

I resolved this by changing my $PATH, run this in command or update your .bash_profile:

export PATH=$PATH:/usr/local/mysql/bin
查看更多
姐就是有狂的资本
3楼-- · 2019-03-31 02:55

The above didn't help me. I fixed it by adding this to my .bash_profile:

export PATH=$PATH:/Applications/MAMP/Library/bin/
查看更多
登录 后发表回答