View Single Post
  #2  
Old 05-09-2003, 10:19 PM
agentorby
Fire Beetle
 
Join Date: May 2003
Posts: 2
Default maybe this will help. you understand

030508 22:45:50 MySql: Shutdown Complete

030508 22:45:50 MySql: Normal shutdown
http://www.innodb.com/ibman.html
the InnoDB startup options listed in section 2 at
But to get good performance you should adjust for your hardware
innodb_data_file_path = ibdata1:10M:autoextend
section, for example,
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
to the [mysqld] section of init parameters in your my.cnf
skip-innodb
If you do not want to use transactional InnoDB tables, add a line
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
Reply With Quote