On Oct 24, 12:07 pm, Adam Akhtar <[EMAIL PROTECTED]>
wrote:
> Hi Im using a book based on 1.2* ruby and rather than using instal rails
> to install all req. software it asks the user to do everthing
> individually. Well i already had instant rails working fine so thought
> id stick to it. The book wanted msql 5 to be installed and then select
> various options i.e. set password, internatinal character coding etc via
> the mysql windows config interface (rather than the command prompt.) To
> do this I installed msql into instantrails/mysql/ as per the
> instructions on instant raisl website.
>
> However when i restart instantrails msql spits out an error whilst tring
> to start and after looking at the logs it says this
>
> InnoDB: Error: log file .\ib_logfile0 is of different size 0 5242880
> bytes
> InnoDB: than specified in the .cnf file 0 10485760 bytes!
> 081024 19:09:14 [ERROR] Default storage engine (InnoDB) is not available
> 081024 19:09:14 [ERROR] Aborting
>
Sounds like your version of mysql was compiled without support for
innodb.

Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to