User:Siebrand/test: Difference between revisions

From KDE UserBase Wiki
No edit summary
Line 5: Line 5:


Try adding:
Try adding:
:::{{Input| #sql_mode=strict_trans_tables <- Add underneath this line
:::{{Input| #plugins
#plugins
  plugin_dir=usr/lib/mysql/plugin < - This may be a different path
  plugin_dir=usr/lib/mysql/plugin < - This may be a different path
  plugin-load=ha_innodb.so}}
  plugin-load=ha_innodb.so}}

Revision as of 16:32, 27 June 2010

mysqld: unknown variable 'innodb_file_per_table=1'

If the MySQL server log contains the following error, then your MySQL server was built without the InnoDB support which is required by Akonadi or InnoDB needs to be loaded in your mysql.conf file:

{{{1}}}

Try adding:

{{{1}}}