Displaying 1 result from an estimated 1 matches for "depot_dev".
Did you mean:
deploy_dev
2006 Feb 20
18
Win XP/ Mysql Problem
...xtures/products.yml
error Before updating scaffolding from new DB schema, try
creating a tab
le for your model (Product)
For the life of me I cannot figure out the problem. I''ve reinstalled a
million times.
My config file is as followed.
development:
adapter: mysql
database: depot_dev
username: root
password: admin
host: localhost
test:
adapter: mysql
database: depot_test
username: root
password:admin
host: localhost
production:
adapter: mysql
database: depot_production
username: root
password: admin
host: localhost
Thanks for any help. I''m...