* mysql-5.1.45のコンパイル&インストール [#b9edb7c1]


** 方針 [#jcc324cf]
- mysqlユーザで動作させる
 useradd mysql
- innodbを使えるようにする
- 文字コードは一応全部入れておく

** コンパイルオプション [#p5b7bdcf]
 CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
 -felide-constructors -fno-exceptions -fno-rtti" ./configure \
 --prefix=/home/mysql \
 --with-client-ldflags=-all-static \
 --with-mysqld-ldflags=-all-static \
 --enable-shared \
 --enable-static \
 --enable-assembler \
 --with-charset=utf8 \
 --with-extra-charsets=complex \
 --with-collation=utf8_bin \
 --with-plugins=partition,csv,innobase,innodb_plugin,myisam,blackhole \
 --with-mysqld-user=mysql



リロード   差分   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS