Reputation: 827
To run mysql on my mac I always have to send this command on terminal:
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/
How to solve this?
Upvotes: 0
Views: 802
Reputation: 1084
insert it into your ~/.profile or ~/.bash_profile
Upvotes: 2