Reference Guide

65. 根密碼
c. 執行命令 CREATE DATABASE stratus DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci
以建立資料庫。
66. 資料庫命令
d. 執行下列命令,以建立 Stratus 使用者帳戶和權限:
Create user 'stratus'@'localhost'
Create user 'stratus'@'10.150.132.21'
Set password for 'stratus'@'localhost' = password ('PASSWORD')
Set password for 'stratus'@'IP ADDRESS'= password ('PASSWORD')
Grant all privileges on *.* to 'stratus'@'IP ADDRESS' identified by 'PASSWORD' with grant option.
Grant all privileges on *.* to 'stratus'@'localhost' identified by 'PASSWORD' with grant option.
e. 在「外部 Maria DB 伺服器」欄位中提供 MySQL 路由器資訊和連接埠號碼,以及 MySQL DB 使用者帳戶資訊。
: 可以透過 MySQL 工作台動上述命令,使用萬用字元建立使用者和權限。
70 Windows Server 2012 R2/2016/2019 上安裝 Wyse 管理套件