Home

MySQL

Connect to a Remote MySQL Database in Rails

Using a remote database with rails is useful for collaborating on projects or for keeping all your data in one place. Here's how to get it set up from scratch.

Mar 09, 2015

List All Databases on MySQL Server

It's not that hard, but I keep forgetting how to do it, so I wrote it down.

May 30, 2013