MySQL tricks


grant all privileges on myapp_production.* to 'myapp'@'localhost'
identified by 'secret_password'

Get the MySQL Gem to build with native extensions on MacOS X (Using .dmg install of MySQL)


sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

Also available in: HTML TXT