Skip to content

Instantly share code, notes, and snippets.

@jasterix
jasterix / mysql.database.yml
Created August 12, 2019 00:06 — forked from jwo/mysql.database.yml
Sample config/database.yml from Rails. Postgres, MySQL, and SQLite
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
@jasterix
jasterix / README.md
Created December 7, 2018 21:53 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet