Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8144

Show
Ignore:
Timestamp:
11/14/07 20:59:37 (1 year ago)
Author:
bitsweat
Message:

Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/configs/databases/mysql.yml

    r8141 r8144  
    66#   sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql 
    77# On MacOS X Leopard: 
    8 #   sudo ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql 
     8#   sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql 
    99#       This sets the ARCHFLAGS environment variable to your native architecture 
    1010# On Windows: