MySql: Table 'mysql.host' doesn't exist
HVAD SKER DER LIGE HER?`HAR LIGE GENSTARTET`COMPUTEREN!
040624 14:58:04 MySql: Table 'mysql.host' doesn't exist
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.
040624 14:57:57 MySql: Table 'mysql.host' doesn't exist
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
