Installation Instructions for MySQL
These instructions are based on Mac OS X, although the steps should be easily transferable to another operating system.
Install MySQL
|
| |
Update the PATH Environment VariableTo ensure that the MySQL bin folder has been added to your PATH environment variable, do the following:
| Line to add to the .profile file: export PATH=$PATH:/usr/local/mysql/bin | |