10 Star 7 Fork 19

openEuler/global-trust-authority

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.sql 211 Bytes
一键复制 编辑 原始数据 按行查看 历史
-- Create a user as root and grant permissions
CREATE USER IF NOT EXISTS 'abcd'@'%' IDENTIFIED WITH mysql_native_password BY 'abcd';
GRANT ALL PRIVILEGES ON *.* TO 'abcd'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/global-trust-authority.git
git@gitee.com:openeuler/global-trust-authority.git
openeuler
global-trust-authority
global-trust-authority
master

搜索帮助