Tag

Your search for mysql returned 2 results.


How do databases work?

I put together this presentation to explain database concepts to people just learning Rails. Expect to learn: How databases store data Primary key, foreign key, and index in a database What is an algorithm and data structure? (more…)

Read More


Quick Hit: Library not loaded: libmysqlclient.16.dylib

I haven't been using mysql much for my rails projects in favor of postgres, but in doing some tutorials on haml and sass I needed mysql in order to follow the tutorials exactly. After adding the mysql2 gem to my Gemfile, I got this error when running rake db:create: (more…)

Read More