At 18:18 31/03/2003 -0700, Martin Gainty wrote:
Miguel Here are the contents of my localhost.err:

InnoDB: Error: log file .\ib_logfile1 is of different size 0 0 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
030331 18:16:45  Can't init databases
030331 18:16:45  Aborting

030331 18:16:45  InnoDB: Warning: shutting down a not properly started
                 InnoDB: or created database!
030331 18:16:45  MySql: Shutdown Complete

does this make any sense to you?

Yes, do you have already the InnoDB data and log files and you are specifying a different size for them.

You should do:

1- if the older InnoDB files doesn't has important data for you, just
   delete them.
2- if you need to preserve theses files them specify the correct
   size in your my.cnf/my.ini.
3- If you don't use InnoDB, then specify skip-innodb in the
   configuration file.

Muchas Gracias

de nada.


Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Miguel Angel Solórzano <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ São Paulo - Brazil
/_/ /_/\_, /___/\___\_\___/
<___/ www.mysql.com



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to