Skip to content

Instantly share code, notes, and snippets.

View mgbellaire's full-sized avatar

Mark Bellaire mgbellaire

  • SAP Concur
View GitHub Profile
@mgbellaire
mgbellaire / brewStack.md
Created November 3, 2012 18:29 — forked from shrop/brewStack.md
brewStack Docs

brewStack Update for fresh install

Install steps:

  • Install Homebrew:

      $ ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)  
      $ brew install git  
      $ brew update  
    

$ brew install drush

@mgbellaire
mgbellaire / gist:4093057
Created November 17, 2012 03:29
Test Gist
<code>$ This is a command...not really</code>
@mgbellaire
mgbellaire / gist:4093061
Created November 17, 2012 03:30
Test Gist
$ Command
  • Hello, World! $ echo 'Hello, world!'
  • Hello, World!

$ echo 'Hello, world!'

@mgbellaire
mgbellaire / drupal_mysql_no-such-file-or-directory
Last active January 3, 2016 09:19
Drupal, Mysql, "No such file or directory"
PDOException: SQLSTATE[HY000] [2002] No such file or directory in lock_may_be_available() (line 167 of /Users/markbellaire/Sites/work/familydollar/www/includes/lock.inc).
I have Mac with OSX Mavericks installed. And I use brewStack to run my local apache/mysql environment.
I ran "brew doctor" at the command line and that let me know about a link of mysql not being in a directory that it needed to be in. I ran "brew link --overwrite mysql" because the old mysql was linked there at the time.
I stopped and started mysql and lo and behold it started working!