Skip to content

Instantly share code, notes, and snippets.

@rmswimkktt
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmswimkktt/9a36b29023bf7aa23b64 to your computer and use it in GitHub Desktop.
Save rmswimkktt/9a36b29023bf7aa23b64 to your computer and use it in GitHub Desktop.
[xxxxxxxx@yyyyyyyy zzzzz]$bash <(curl -Ls http://git.io/eUx7rg)
Downloading MySQL Installers ... may take a few moments
######################################################################## 100.0%
...
...
Installing MySQL, administrator password required ...
Password:
installer: Package name is MySQL 5.6.17-community for Mac OS X
installer: Installing at base path /
installer: The install was successful.
...
...
Installing MySQL start up items...
installer: Package name is MySQL Startup Item
installer: Installing at base path /
installer: The install was successful.
...
...
Click Install to install the MySQL preferance pane
...
...
...
Starting MySQL
.. SUCCESS!
Setting MySQL root Password to Tke4suoj
Placing password on desktop...
...
...
BASE PERFORMANCE MY.CNF IS JUST A GENERIC SUGGESTION FOR PERFORMANCE
YOUR RESULTS MAY VARY AND YOU MAY WANT TO FURTHER TUNE YOUR MY.CNF SETTINGS
BASE PERFORMANCE MY.CNF INCREASES BUFFERS/MEMORY USAGE
8GB+ RAM IS RECOMMENDED FOR BASE PERFORMANCE MY.CNF
...
DO YOU WANT TO LOAD A BASE PERFORMANCE MY.CNF FILE? [y/N]y
Shutting down MySQL
.. SUCCESS!
Starting MySQL
.. SUCCESS!
DO YOU WANT TO AUTOMATICALLY INSTALL SEQUEL PRO? [Y/n]n
ALL DONE! Install Sequel Pro or phpmyadmin to administer MySQL
Log off and log back in for 'mysql' to be recognized as a command in terminal
[xxxxxxxx@yyyyyyyy zzzzz]$gem install mysql2
Building native extensions. This could take a while...
Successfully installed mysql2-0.3.15
1 gem installed
[xxxxxxxx@yyyyyyyy zzzzz]$bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.3.1)
Using i18n (0.6.9)
Using minitest (4.7.5)
Using multi_json (1.10.0)
Using thread_safe (0.3.3)
Using tzinfo (0.3.39)
Using activesupport (4.0.4)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.0.4)
Using mime-types (1.25.1)
Using polyglot (0.3.4)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.0.4)
Using activemodel (4.0.4)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.2)
Using activerecord (4.0.4)
Using bundler (1.5.2)
Using coffee-script-source (1.7.0)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using thor (0.19.1)
Using railties (4.0.4)
Using coffee-rails (4.0.1)
Using hike (1.2.3)
Using jbuilder (1.5.3)
Using jquery-rails (3.1.0)
Using json (1.8.1)
Using mysql2 (0.3.15)
Using tilt (1.4.1)
Using sprockets (2.11.0)
Using sprockets-rails (2.0.1)
Using rails (4.0.4)
Using rdoc (4.1.1)
Using sass (3.2.19)
Using sass-rails (4.0.3)
Using sdoc (0.4.0)
Using turbolinks (2.2.2)
Using uglifier (2.5.0)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment