問道1.60全套最詳細(xì)視頻教程+服務(wù)端+數(shù)據(jù)庫+登錄器工具等
一.購買一個(gè)云服務(wù)器
二.將云服務(wù)器的系統(tǒng)鏡像換成centos 版本我嘗試過centos6.5跟centos6.8都能架設(shè)?
? 其他版本自己測試,64位跟32位都是一樣的? 取服務(wù)器內(nèi)存? 4G以上選64? 4G一下選32
三.下載工具Xshell 5或者SecureCRT? ? 安裝并打開? 使用該工具連接上你的服務(wù)器主機(jī)
? ?
四.安裝MySQL數(shù)據(jù)庫? 把以下命令慢慢輸入進(jìn)Xshell? 每個(gè)命令輸入完 回車發(fā)送
? 安裝命令為:
yum install mysql mysql-server mysql-devel -y? ?(安裝MySQL數(shù)據(jù)庫)
service mysqld start? ? (啟動(dòng)數(shù)據(jù)庫)
chkconfig mysqld on? (開機(jī)自動(dòng)啟動(dòng)數(shù)據(jù)庫)
mysql -u root? ? (以最高權(quán)限登錄數(shù)據(jù)庫)
show databases;? ?(顯示數(shù)據(jù)庫)
use mysql;(選中數(shù)據(jù)庫mysql)
update mysql.user set password=PASSWORD('li259535') where user='root';
update user set host = '%' where user = 'root';? ?(更新賬號(hào)root的權(quán)限?。?/p>
FLUSH PRIVILEGES;? ? ? ? ? ? ? ?(刷新權(quán)限)
exit? ? ? ? ? ? (退出數(shù)據(jù)庫)
69不跑
service iptables stop? ? ? ? ? (關(guān)閉防火墻)
69不跑
chkconfig iptables off? ? ? ? ? ? ?(關(guān)閉防火墻開機(jī)啟動(dòng))
yum install xulrunner.i686? ? ? ? ? ?(安裝環(huán)境)(先改下面的再跑13)
service mysqld restart? 重啟MySQL??
配置好服務(wù)端
配置好數(shù)據(jù)庫
cd /home/1.6/1
./1
cd /home/1.6/aaa
./runaaa
cd /home/1.6/dba
./rundba
cd /home/1.6/ccs
./runccs
cd /home/1.6/csa
./runcsa
cd /home/1.6/gs1
./rungs
cd /home/1.6/gs2
./rungs
cd /home/1.6/gs3
./rungs
cd /home/1.6/gs4
./rungs