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 数据库用户帐户信息。
: 可以通过 MySQL 工作台启动以上命令,以便使用通配符创建用户和权限。
Windows Server 2012 R2/2016/2019 上安装 Wyse Management Suite 69