Skip to content

Commit

Permalink
Add MySQL install instructions for Leopard in particular. Closes #10167
Browse files Browse the repository at this point in the history
… [Robert Evans]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8141 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 14, 2007
1 parent ea256ea commit 40cc419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/configs/databases/mysql.yml
Expand Up @@ -4,6 +4,9 @@
# gem install mysql # gem install mysql
# On MacOS X: # On MacOS X:
# sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql # sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
# On MacOS X Leopard:
# sudo ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-dir=/usr/local/mysql
# This sets the ARCHFLAGS environment variable to your native architecture
# On Windows: # On Windows:
# gem install mysql # gem install mysql
# Choose the win32 build. # Choose the win32 build.
Expand Down

0 comments on commit 40cc419

Please sign in to comment.