Install MySql5 on Snow Leopard using MacPorts

Install MacPorts before you do anything. Install MySQL5 sudo port install mysql5 sudo port install mysql5-serverĀ  sudo -u mysql mysql_install_db5 Secure MySQL5 To secure your MySQL5 installation, you can either change the password manually like so: /opt/local/lib/mysql5/bin/mysqladmin -u root password {new-password} or on a production system, you can run the secure script and not only [...]