安裝完畢 lamp
環境後,也許會更改一些配置,只是後就需要重啟
apache
或者 mysql
伺服器了。命令
如下:apache
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop
mysql
sudo /etc/init.d/mysql start
sudo /etc/init.d/mysql restart
sudo /etc/init.d/mysql stop
想查詢更詳盡的手冊內容,請命令列下
man apache2
man mysql
oracle安裝完畢不知道密碼
預設賬號有3個 1.使用者名稱 sys密碼 change on install 2.使用者名稱 system密碼 manager 3.使用者名稱 scott密碼 tiger 如果這3個登入不上。任意位置開啟cmd oracle安裝的時候已配置環境變數 輸入以下內容以sysdba登入 sqlplus ...
lamp環境安裝
安裝 yum install y vsftpd 設定開機啟動 systemctl enable vsftpd.service 啟動systemctl start vsftpd.service 停止systemctl stop vsftpd.service 檢視狀態 systemctl status ...
LAMP環境安裝
1.訪問 ftp報錯 解決方法 關閉selinux vi etc selinux config 內容修改為 selinux disable 之後輸入reboot重啟。2.依賴軟體查詢 一.安裝gcc gcccloog ppl ppl libppl.so.7 libppl c.so.2 cppmpfr...