mysql安裝的問題 - BBS

Anonymous avatar
By Anonymous
at 2006-01-12T22:43

Table of Contents


※ 引述《[email protected] ()》之銘言:
: 6.0 的 libcrypt 是 .3 的
: 照你節錄的片段
: 你是 d/l 了 binary distribution?
: 那應該是 d/l 到 for FreeBSD 5.x (or 4.x) 的 binary distribution?
是阿是阿
他是FOR FREEBSD 5.x的
官方網站沒有更新的
我想說應該可以相容
也許真的是這個問題喔
: 確定一下該 binary distribution 是不是 for FreeBSD 6.0 :)
: FYI, % ldconfig -r |grep libcrypt
: % ldd /usr/local/bin/my_print_defaults (應該是 /usr/local/bin/ 下)
: 不然,請使用 pkg_add 來安裝 mysql50-server :D
: ※ 引述《[email protected] (星星拼圖)》之銘言:
: > 網站上的
: > 原始文件片段如下
: > The basic commands which you must execute to install and use a MySQL
: > binary distribution are:
: > shell> groupadd mysql
: > shell> useradd -g mysql mysql
: > shell> cd /usr/local
: > shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf -
: > shell> ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql
: > shell> cd mysql
: > shell> scripts/mysql_install_db --user=mysql
: > shell> chown -R root .
: > shell> chown -R mysql data
: > shell> chgrp -R mysql .
: > shell> bin/mysqld_safe --user=mysql &

--
Tags: BBS

All Comments

Re: ipfw使用問題

Audriana avatar
By Audriana
at 2006-01-12T20:42
※ 引述《uftea.bbsatbbs.ntou.edu.tw (這一切都是過程atat)》之銘言: : ※ 引述《angouleeatkkcity.com.tw (Angou)》之銘言: : andgt; 又除了ipfw有更好的選擇嗎? : 建議使用 pf ... 為什麼? pf 在哪邊比 ipfw 好呢 ...

MySQL daemon無法啟動

Kelly avatar
By Kelly
at 2006-01-12T03:00
※ 引述《coolboy.bbsatbbs.csie.ncyu.edu.tw (總是我們這幾個在線上)》之銘言: : 怪就怪在...沒有出現任何錯誤訊息!! : 我裝mysql323-server下的指令為: : /usr/local/etc/rc.d/mysql-server.sh start : 換裝my ...

MySQL daemon無法啟動

Valerie avatar
By Valerie
at 2006-01-12T02:07
※ 引述《coolboy.bbsatbbs.csie.ncyu.edu.tw (總是我們這幾個在線上)》之銘言: : 玩系統也很久了 : 從來過這種狀況...mysqld居然起不來!! : 我試過了很多版本了...但是還是一樣 : 不知道有哪位大大有遇過相同的問題並且有解決成功 : 可否告知一下解決之道 /u ...

Re: 重編核心是否能一開始就做呢?

Charlie avatar
By Charlie
at 2006-01-11T10:18
※ 引述《cyilungatkkcity.com.tw ()》之銘言: : 有資料說,如果曾用過cvsup,讓重編核心就要用下面的指令 : # cd /usr/src : # make buildkernel KERNCONF=MYKERNEL : # make instal ...

Re: 重編核心是否能一開始就做呢?

Erin avatar
By Erin
at 2006-01-11T10:17
※ 引述《cyilungatkkcity.com.tw ()》之銘言: : 如果我剛安裝好freebsd6.0, : 可以先把防火牆與quota重編進去嗎? : 還是要先執行過cvsup來升級? 如果有將src裝進去的話,當然是可以馬上重編 不過都要更新了,直接用新的source來編 ...