| View previous topic :: View next topic |
| Author |
Message |
J-Dude
Joined: 07 Apr 2009 Posts: 1
|
Posted: Fri Apr 10, 2009 8:39 pm Post subject: rake aborted! error in Netbeans 6.5 |
|
|
I'm running Ubuntu 8.04 and MySQL is installed and running.
I've been attempting to learn RoR, downloaded Netbeans 6.5, have been following the netbeans ruby weblog tutorial, and using JRuby 1.1.4 for the project.
Everything works fine up until step 6 under "Creating a Database" of the ruby weblog tutorial. At that last step, I right-click the rubyweblog node, choose Migrate Database > To Current Version, and get this error
| Code: | (in /home/james/NetBeansProjects/rubyweblog)
rake aborted!
Mysql::Error: #HY000Can't create table './rubyweblog_development/schema_migrations.frm' (errno: 121): CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB |
I can't figure out what my problem is and any help is appreciated.
Thanks
James |
|
| Back to top |
|
 |
Hassan Schroeder Posted via mailing list.
|
Posted: Fri Apr 10, 2009 10:59 pm Post subject: rake aborted! error in Netbeans 6.5 |
|
|
On Fri, Apr 10, 2009 at 1:39 PM, J-Dude <address-removed> wrote:
| Quote: | At that last step, I right-click the rubyweblog node, choose Migrate Database > To Current Version, and get this error
|
| Quote: | Mysql::Error: #HY000Can't create table './rubyweblog_development/schema_migrations.frm' (errno: 121): CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
Have you tried creating that table manually using the credentials in
your database.yml?
--
Hassan Schroeder ------------------------ address-removed |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|