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
wp db import databasename.sql
env: mysql: No such file or directory
I resolved this by changing my $PATH, run this in command or update your .bash_profile:
.bash_profile
export PATH=$PATH:/usr/local/mysql/bin