Search the MySQL manual:

2.6.5 Mac OS X Notes

Subsections

User Comments

Posted by Chris Parker on Saturday April 12 2003, @12:54pm[Delete] [Edit]

In the read me for the Mac OS X install it states:
echo 'setenv PATH $PATH:/usr/local/mysql/bin' >> ~/.tcshrc

to update your path environment.
This actually gave me an error when openning a new session.
This worked for me though.
echo 'setenv PATH /usr/local/mysql/bin:$PATH' >> ~/.tcshrc

Posted by [name withheld] on Sunday April 13 2003, @12:49pm[Delete] [Edit]

what about for OS X v. 10.1? Perhaps you should at least mention 10.1.

Add your own comment.