這個問題很弱,我知道,但我是菜鳥....先謝謝大家了
好不容易在VMware player下裝好了freebsd (FreeBsd-8.2-Release-amd64)
(選擇64-bit)
也下載了mysql(檔名mysql-5.5.13-freebsd8.0-x86_64.tar.gz)
在VM設定裡,光碟選項中選取了mysql這個檔案
freebsd#mount /cdrom
freebsd#cd /cdrom
freebsd#ls
裡面並沒有任何資料
也試著用
# cd /usr/ports/databases/mysql50-server
# make WITH_CHARSET=utf8 WITH_XCHARSET=all WITH_COLLATION=utf8_unicode_ci
BUILD_OPTIMIZED=yes install clean
安裝資料庫
#rehash
#mysql_install_db
結果是..command not found
請問...到底是為什麼?要如才能裝好mysql + PHP ?
--
好不容易在VMware player下裝好了freebsd (FreeBsd-8.2-Release-amd64)
(選擇64-bit)
也下載了mysql(檔名mysql-5.5.13-freebsd8.0-x86_64.tar.gz)
在VM設定裡,光碟選項中選取了mysql這個檔案
freebsd#mount /cdrom
freebsd#cd /cdrom
freebsd#ls
裡面並沒有任何資料
也試著用
# cd /usr/ports/databases/mysql50-server
# make WITH_CHARSET=utf8 WITH_XCHARSET=all WITH_COLLATION=utf8_unicode_ci
BUILD_OPTIMIZED=yes install clean
安裝資料庫
#rehash
#mysql_install_db
結果是..command not found
請問...到底是為什麼?要如才能裝好mysql + PHP ?
--
All Comments