Changeset 4564
- Timestamp:
- 06/25/08 19:39:30 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/cookbook/en/symfony-1.1-and-doctrine-migrations.txt
r4548 r4564 13 13 ++ Setting up your database 14 14 15 First thing we need to do is define your database and create it. Edit config/databases.yml and setup your sqlite3database. Copy and15 First thing we need to do is define your database and create it. Edit config/databases.yml and setup your mysql database. Copy and 16 16 paste the yaml below in to the file. 17 17