View Single Post
  #10  
Old 10-31-2002, 02:09 PM
raventy
Sarnak
 
Join Date: Oct 2002
Posts: 45
Default

I also noticed that my Error log in the MySql says this:
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
021029 23:27:38 MySql: Normal shutdown

021029 23:27:39 MySql: Shutdown Complete

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

021030 23:33:28 MySql: Shutdown Complete

MySql: ready for connections

Dunno if theirs anything wrong with that but just posting it to make sure ints not a prob.
Reply With Quote