OpenXE/userdata/wiki/XentralHandbuch/faq/firmendaten/answer_10
2021-05-21 08:49:41 +02:00

1 line
759 B
Plaintext

Das liegt an den Datenbank Einstellungen. Es m&uuml;ssen einige Einstellungen ge&auml;ndert werden:<br /><span class="wiki-text">Folgendes in my.cnf File &auml;ndern.</span> <span class="wiki-text">[mysqld]innodb_file_per_table=1 innodb_file_format = Barracuda innodb_log_file_size = 256M </span> <span class="wiki-text">Danach in der Datenbank folgendes eingeben:<br />ALTER TABLE firmendaten<br />ENGINE=InnoDB<br />ROW_FORMAT=COMPRESSED<br />KEY_BLOCK_SIZE=8; </span> <span class="wiki-text">M&ouml;gliche Fehlermeldung in SQL um es zu erkennen:<br />Row size too large (&gt; 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.</span>