What adapter are you using in your databse.yml file?
B.
yes man, the adapter i´m pointing in the database.yml is 'mysql2'.
I´d try many optional solutions found in many other forums and blogs,
but, none of them gimme the solution.
When i change the adapter to 'mysql' and then try to run 'rake
db:create' a lot of errors blow in the prompt.
I tryed to change the version of mysql server from 5.5 to 5.1, but, the
result is the same, nothing happens.
I´m still stopped in this step.
My understanding is rails 3 does not have good binding with MySql2
adapter. so i would suggest you create database explicitly using regular
sql and try to run rake db:migrate.
Second problem could be your mysql version; not sure which versions are
well supported.
but yes if you try using sqlite everything will work the best for you.
I think so.
I´d remove the mysql 5.5 and install the 5.1 version, then, the error
has been changed. I didn´t save the log file, so, i can´t to tell about
it.
But, considering the possibility of incompatibility between the rails 3
and mysql2 adapter, well, there are so many examples and tutorials in
internet and in any of then i´d find mention to this.
I´ll not use sqlite, i was trying to learn following an specific book,
but, now, i´ll try to learn with postgres, MS SQL Server and Oracle
databases. Maybe, one day, i´ll find what is wrong with my system (rails
3, libmysql.dll or another thing).
I think you will find this helpful. It was posted to the forum the other day in the thread Rails 3 Crashing on Windows 7. You two have relatively the same issue (http://www.ruby-forum.com/topic/1512092)