這幾天編譯好MySQL 6.0.4 for MIPSEL的, 已經編譯好了執行時出現以下錯誤...
mysqld: unknown option '--skip-bdb'
後來找找發現是 /etc/mysql/my.conf的設定問題, 只要在 skip-bdb 前多加個#就可以正常啟動了。
# skip-bdb
不過發現另一個問題, 就是MySQL可以正常啟動但是PHP沒辦法跟它連接, 又不知道是哪裡有問題了, 等有空時再試試吧 :)
附上編譯的configure設定, 這是參考debian上compile log的
./configure --build=mipsel-linux-gnu --host=mipsel-linux-gnu --prefix=/usr --exec-prefix=/usr --libexecdir=/usr/sbin --datadir=/usr/share --localstatedir=/var/lib/mysql --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --with-server-suffix="-3" --with-system-type="debian-linux-gnu" --enable-shared --enable-static --enable-thread-safe-client --enable-local-infile --with-big-tables --with-raid --with-unix-socket-path=/var/run/mysqld/mysqld.sock --with-mysqld-user=mysql --with-libwrap --with-vio --without-openssl --with-yassl --without-docs --with-bench --without-readline --with-extra-charsets=all --with-innodb --with-isam --with-archive-storage-engine --with-csv-storage-engine --with-federated-storage-engine --with-blackhole-storage-engine --without-embedded-server --with-ndbcluster --with-ndb-ccflags="-fPIC" --with-ndb-shm --without-ndb-sci --without-ndb-test --with-embedded-server --with-embedded-privilege-control
Recent comments
23 min 19 sec ago
1 day 8 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 weeks 6 days ago
3 weeks 2 days ago
6 weeks 4 days ago
6 weeks 4 days ago
6 weeks 4 days ago
7 weeks 19 hours ago