mysql_config not found on mac os x

While running a configuration for a python based program on Mac OS X I got

EnvironmentError: mysql_config not found

setting the mysql path fixed the problem

export PATH=$PATH:/usr/local/mysql/bin