[X] CTYPE ctype functions [X] GD GD library support [X] GETTEXT gettext library support [X] ICONV iconv support [X] MYSQL MySQL database support [X] OVERLOAD user-space object overloading support [X] PCRE Perl Compatible Regular Expression support [X] POSIX POSIX-like functions [X] SESSION session support [X] TOKENIZER tokenizer support [X] XML XML support [X] ZLIB ZLIB support
安裝 php5-mysql 套件 # cd /usr/ports/databases/php5-mysql # make install clean
安裝 phpMyAdmin # cd /usr/ports/databases/phpmyadmin #make install clean
Setp 2.
#vi /etc/rc.conf # 設定 MySQL、Apache2 開機自動啟動
mysql_enable="YES" apache2_enable="YES"
# cp /usr/local/share/mysql/my-large.cnf /etc/my.cnf # vi /etc/my.cnf # 依喜好自行修改 my.cnf