| sump.org | ![]() |
| Projekte Fotografien Blog Kontakt |
Inhalt nur in Englisch verfügbar
MySQL: dont use InnoDBKeywords: mysql innodb myisam Newly created databases use the innodb engine on newer mysql versions. But if you dont need transactions, innodb only means pain. Especially if you are used to being able to simply copy tables on the file system level. Add the following line in /etc/my.cnf to the [mysqld] section to turn innodb of: skip-innodb Kommentare
© 2000-2007 Michael Poppitz
- Letzte Änderung: 21. October 2007
|