sudo chown -R mysql:admin /sw/var/mysql
sudo cp /sw/share/mysql/my-medium.cnf /etc/my.cnf
set-variable = max_connections=150
sudo /sw/bin/mysqld_safe --user=mysql &
sudo /sw/share/mysql/mysql.server stop
/sw/bin/mysqladmin -u root password 'new-password' /sw/bin/mysqladmin -u root -h bill password 'new-password' See the manual for more instructions.
cd /sw ; /sw/bin/mysqld_safe &
cd mysql-test ; perl mysql-test-run.pl