Игорь Олемской — практические заметки по системному администрированию Linux CentOS

Compile mysql 5.1 with innodb and optimize for heavy usage (перепечатка)

Комментариев нет

MySQL stopped default inclusion of InnoDB in latest 5.1.x, so if you need InnoDB, you have to compile it from source. I have done following steps in CentOS 5.4 server to compile MySQL and optimize it later for a heavy site: 1. Remove earlier installation of MySQL, if any and download source rpm from MySQL [...]

Похожие записи:

  1. How to quickly convert mysql databases from MyISAM to InnoDB
  2. MySQL: The total number of locks exceeds the lock table size
  3. MySQL: The total number of locks exceeds the lock table size
  4. Оптимизация MySQL InnoDB на высоких нагрузках
  5. mysql-5.1.43-1

Комментировать