Topic: MySQL Error: rake db:migrate
Hello guys,
i just tried to setup and migrate some objects in the MySQL DB with Ruby on Rails. If i am running "rake db:migrate" i getting the following error:
rake aborted!
Mysql::Error: query: not connected: CREATE TABLE `schema_migrations` (`version`varchar(255) NOT NULL) ENGINE=InnoDB
(See full trace by running task with --trace)
I am using MySql 5.1.37 and i already created a DB with rake db:create
Can you help me with this error message? Thanks a lot!
Mark
Last edited by crain (2009-08-25 13:28:20)