用 SSH客戶端登錄上以后
創(chuàng)新互聯(lián)主營無棣網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,重慶APP軟件開發(fā),無棣h5微信小程序定制開發(fā)搭建,無棣網(wǎng)站營銷推廣歡迎無棣等地區(qū)企業(yè)咨詢
首先啟動數(shù)據(jù)庫:
[root@iZm5ec880z2rorZ ~]#?service mysqld start
可以輸入一下加粗命令:
[root@iZm5ec880z2rorZ ~]# ?mysql -u root -p?
Enter password: (輸入你的數(shù)據(jù)庫密碼)
Welcome to the MySQL monitor. ?Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.1.73-log MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql?use mysql
Database changedmysql?GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY 'ldyu123' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)
mysql?commit;
Query OK, 0 rows affected (0.00 sec)
mysql?flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql ?exit;
退出后,輸入下邊的命令:
[root@iZm5ec880z2rorZ ~]#?service mysqld restart
Shutting down MySQL... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?]
Starting MySQL. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?]
安裝了mysql客戶端和服務(wù)器--》創(chuàng)建好數(shù)據(jù)庫--》服務(wù)器上的站點直接連接地址為localhost
服務(wù)器外的如果要調(diào)用需要服務(wù)器開啟mysql遠程允許
然后再調(diào)用的時候填寫服務(wù)器的外網(wǎng)ip地址
小鳥云服務(wù)器niaoyun實例創(chuàng)建好之后,您可以使用以下任意一種方式登錄服務(wù)器:
遠程桌面連接 (Microsoft Terminal Services Client, MSTSC):
采用這種方式登錄,請確保實例能訪問公網(wǎng)。如果在創(chuàng)建實例時沒有購買帶寬,則不能使用遠程桌面連接。
管理終端 VNC:無論您在創(chuàng)建實例時是否購買了帶寬,只要您本地有網(wǎng)頁瀏覽器,都可以通過管理控制臺的管理終端登錄實例。
使用遠程桌面連接 (MSTSC) 登錄實例
打開 開始菜單 遠程桌面連接,或在 開始菜單 搜索 中輸入 mstsc。也可以使用快捷鍵 Win+R 來啟動運行窗口,輸入
mstsc后回車啟動遠程桌面連接。
在 遠程桌面連接 對話框中,輸入實例的公網(wǎng) IP 地址。單擊 顯示選項。
輸入用戶名,如小鳥云默認(rèn)為 niaoyun。單擊 允許我保存憑據(jù),然后單擊 連接。這樣以后登錄就不需要手動輸入密碼了。