第一步 安裝
apt-get update;
apt-get install mysql-client;
apt-get install mysql-server;
第二步 解除防火牆
root@jd:~# iptables -l
chain input (policy accept)
target prot opt source destination
mysql_deny all -- anywhere anywhere
chain forward (policy accept)
target prot opt source destination
chain output (policy accept)
target prot opt source destination
root@jd:~# iptables -f
root@jd:~# iptables -l
chain input (policy accept)
target prot opt source destination
chain forward (policy accept)
target prot opt source destination
chain output (policy accept)
target prot opt source destination
chain mysql_deny (0 references)
第三步 新增遠端訪問許可權
mysql> grant all privileges on *.* to 'root'@'%' identified by 'lottery' with grant option;
query ok, 0 rows affected (0.00 sec)
mysql> flush privileges;
query ok, 0 rows affected (0.00 sec)
mysql> exit
byeroot@jd:~# service mysql restart
ok
redis
apt-get install redis server
修改配置/etc/redis/redis.conf ,把原來繫結的 127.0.0.1 改為0.0.0.0
後台啟動redis
nohup redis-server & #1啟動
jobs #2 檢視後台執行的任務
disown #3 從jobs中移除
jobs #4 檢視沒有這個任務
嗯 遠端訪問以下 redis-cli -h [ip] 雲計算上的機器學習 引言(一)
雲計算是應我們的時代所造就的海量資料的需求而來到了我們的世界。從技術層面上來說,雲計算解決了海量資料儲存和計算模式的問題 而這一技術難題的解決,又為許多商業模式提供了可能性。由此,轟轟烈烈的雲計算革命開展起來。雲計算這個名詞,融合了技術和商業模式兩方面的新內容。目前已經出現了多種雲計算平台 如had...
雲計算上課趣事一則
寫這篇文章的緣由是因為雲計算老師讓每個小組都要提乙個問題然後上交,他會在課堂上面進行解答,然後我就寫了下面這樣的乙個問題交給了我們的組長lyf,因為我還是比較納悶雲伺服器廠家的首單價和續費 差距十分的離譜。然後,然後 老師讀完這個問題,然後班級裡面的同學們就開始了爆笑,雖然當時我也笑的十分開心 在這...
計算上傳檔案的存放路徑
計算檔案的存放目錄 filename 處理後的唯一的檔名 storedirectory 檔案要存放的根目錄 getservletcontext getrealpath files private string genericpath string filename,string storedirec...