tags:

views:

23

answers:

1

The production database is named:

project_db

The default test db is:

test_project_db

My production server provider requires the database name start with the account name. So I could go with:

projects_db_test

or some variant.

+3  A: 

Use the TEST_NAME setting.

aeby