cleliodpaula
cleliodpaula

Reputation: 827

To run MySQL on Mac have to export DYLD_LIBRARY_PATH

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

Answers (1)

Marc Heidemann
Marc Heidemann

Reputation: 1084

insert it into your ~/.profile or ~/.bash_profile

Upvotes: 2

Related Questions