使用ports方式安裝 Apache MySQL PHP FTP - BBS

Queena avatar
By Queena
at 2009-04-02T13:50

Table of Contents

※ 引述《xunlu (xunlu)》之銘言:
: ==============================
: 更正重開機後可以執行囉~~︿︿
: 不過有錯誤訊息
: #1045 - Access denied for user 'root'@'localhost' (using password: YES)
: 無法讀取 mcrypt 模組,<br />請檢查 PHP 設定
: 可以勞煩各位指導一下嗎
: 謝謝!!

自問自答
參考下面網址 解決 無法讀取 mcrypt 模組,<br />請檢查 PHP 設定
http://www.wretch.cc/blog/zgod/2288269
實際操作:
# /usr/ports/security/php5-mcrypt
# make install
# reboot

參考下面網址 解決 #1045 - Access denied for user 'root'@'localhost' (using password: YES)
http://phorum.study-area.org/index.php?PHPSESSID=ef50ca58ad8b5df2b13737b64fe71392&/topic,53080.0.html
實際操做:
# /usr/local/etc/rc.d/mysql-server stop
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('xxxxxxxxxx') where USER='root';
mysql> FLUSH PRIVILEGES;
mysql> \q
# /usr/local/etc/rc.d/mysql-server start
# mysql -uroot -p
輸入密碼後出現
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.28-rc-log FreeBSD port: mysql-server-5.1.28_1

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> \q
這樣子在到網phpmyadmin網頁輸入root即密碼即可正常


請問以上步驟有什麼缺失嗎?
因為我只會照做看不懂意思@@~

還有就是請問當這幾項服務(FREEBSD系統 apache mysql proftp)起來後
有哪些安全性程序需要設定了
目前有設定
freebsd 密碼
MYSQL 密碼
其它都還沒動
請各位前輩指導一下囉
不想剛灌好就被駭掉了> <

--
Tags: BBS

All Comments

使用ports方式安裝 Apache MySQL PHP FTP

Dora avatar
By Dora
at 2009-04-02T11:54
※ 引述《xunlu (xunlu)》之銘言: : ※ 引述《appleboy46 (小惡魔)》之銘言: : : 修改 httpd.conf,加入 : : AddType application/x-httpd-php .php : : AddType application/x-httpd-php-sour ...

使用ports方式安裝 Apache MySQL PHP FTP

Genevieve avatar
By Genevieve
at 2009-04-02T11:03
※ 引述《appleboy46 (小惡魔)》之銘言: : ※ 引述《xunlu (xunlu)》之銘言: : : 安裝完了 : : 不知道怎麼測測有沒有正常 : : 請各位前輩們指導一下 : : 我先接著要繼續安裝下一樣囉 andgt; andlt; : : 努力中.. : 修改 httpd.conf,加入 ...

是否有修改檔案內容的指令? (除了 eeꄠ…

Tom avatar
By Tom
at 2009-04-01T22:23
※ 引述《appleboy46 (小惡魔)》之銘言: : ※ 引述《buganini (霸格尼尼)》之銘言: : : sed -e and#39;s|apache_enable=1|apache_enable=0|and#39; file : perl : find /home -name and#34;*. ...

使用ports方式安裝 Apache MySQL PHP FTP

Frederic avatar
By Frederic
at 2009-04-01T21:36
※ 引述《xunlu (xunlu)》之銘言: : 安裝完了 : 不知道怎麼測測有沒有正常 : 請各位前輩們指導一下 : 我先接著要繼續安裝下一樣囉 andgt; andlt; : 努力中.. 修改 httpd.conf,加入 AddType application/x-httpd-php .php Ad ...

不用 fsck 的 ZFS

Damian avatar
By Damian
at 2009-04-01T17:28
※ 引述《KC73 (肯先生)》之銘言: : 前幾天, ptt 在掃描硬碟, 一掃就是好幾個小時, 然後就想到不需要 fsck : 的 ZFS。 : 想請教在 FreeBSD 上裝過 ZFS 的先進們, 有沒有什麼心得? : 如果 server 本身就有了硬體 RAID, 那跟 ZFS 是不是又有部分重疊到了 ...