【 Cloud 】透過 MySQL Workbench 存取 Amazon Lightsail Ghost Blog 的 MySQL 資料庫
內容
- 學習目標
- 前置準備作業
- 設定 Amazon Lightsail MySQL 的 root 密碼
學習目標
- 如何修改預設的 Table 樣式
前置準備作業
- 已建立
Amazon Lightsail Ghost Blog Instance
- 已取得
Amazon Lightsail Instance
的IP
- 已取得
Amazon Lightsail Instance
的資料庫登入帳號
與密碼
- 已取得登入
Amazon Lightsail Instance
的Key
透過 MySQL Workbench 存取 Amazon Lightsail 資料庫
Step 1. 安裝 MySQL Workbench
Step 2. 設定 MySQL Workbench
連線設定
- 點選
⊕
- 填寫相關資訊
Connection Name
欄位: 設定一個可識別的名稱Connection Method
欄位: 請選擇Standard TCP/IP over SSH
SSH Hostname
欄位: 請輸入Amazon Lightsail Instance
的IP
並再IP
後方加上:22
SSH Username
欄位: 請輸入Amazon Lightsail Instance
的帳號
,預設為bitnami
SSH Key File
欄位: 請選擇存放登入Amazon Lightsail Instance
的Key
所在位置MySQL Hostname
欄位: 請輸入127.0.0.1
MySQL Server Port
欄位: 請輸入3306
Username
欄位: 請輸入登入資料庫的帳號,預設為root
Password
欄位: 請輸入登入資料庫的密碼- 當以上資訊輸入完成後點選
Test Connection
- 點選
Continue Anyway
- 點選
OK
- 點選
OK
Step 3. 建立連線
- 右鍵點選
Open Connection
- 開啟成功畫面