| Rails411 |
| How to Use Configuration Files |
|
The database.yml file has a hidden option for those whose mysql.sock file does not reside at the default /tmp/mysql.sock location. To change the socket, add the following line (for example) to each of the configurations in database.yml: production: socket: /var/run/mysqld/mysqld.sock The config directory can also be used for application configuration. |
| Listing Information | ||||
|---|---|---|---|---|
| Website: | http://wiki.rubyonrails.com/rails/pages/HowtoUseConfigurationFiles | |||
| Average Visitor Rating: | 0.00 (Out of 5) | |||
| Number of ratings: | 0 | |||
| Hits: | 422 | |||
| Added: | 2006-05-30 13:21:08 | |||
| Last updated: | 2006-07-17 12:16:57 | |||