Changeset 98
- Timestamp:
- 06/22/07 13:55:47 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-7-stable/lib/deprec/third_party/railsmachine/recipes/mysql.rb
r88 r98 47 47 # on_rollback {} 48 48 49 # rails puts "socket: /tmp/mysql.sock" into config/database.yml 50 # this is not the location for our ubuntu's mysql socket file 51 # so we create this link to make depployment using rails defaults simpler 52 sudo "sudo ln -sf /var/run/mysqld/mysqld.sock /tmp/mysql.sock" 53 49 54 set_mysql_admin 50 55 read_config
