Commit 0f76f876 by jscat

更新

parent 7c934392
...@@ -158,6 +158,24 @@ grant all privileges on test_xmp_cloud.* to xmp_dev@'localhost' identified by 'x ...@@ -158,6 +158,24 @@ grant all privileges on test_xmp_cloud.* to xmp_dev@'localhost' identified by 'x
grant all privileges on test_xmp_cloud.* to xmp_dev@'127.0.0.1' identified by 'xmp@2021'; grant all privileges on test_xmp_cloud.* to xmp_dev@'127.0.0.1' identified by 'xmp@2021';
flush privileges; flush privileges;
CREATE DATABASE IF NOT EXISTS test_xmp_calcx DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
grant all privileges on test_xmp_calcx.* to xmp_dev@'%' identified by 'xmp@2021';
grant all privileges on test_xmp_calcx.* to xmp_dev@'localhost' identified by 'xmp@2021';
grant all privileges on test_xmp_calcx.* to xmp_dev@'127.0.0.1' identified by 'xmp@2021';
flush privileges;
CREATE DATABASE IF NOT EXISTS CUS_FUND_DB DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
grant all privileges on CUS_FUND_DB.* to xmp_dev@'%' identified by 'xmp@2021';
grant all privileges on CUS_FUND_DB.* to xmp_dev@'localhost' identified by 'xmp@2021';
grant all privileges on CUS_FUND_DB.* to xmp_dev@'127.0.0.1' identified by 'xmp@2021';
flush privileges;
CREATE DATABASE IF NOT EXISTS XMP_STOCK_DB DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
grant all privileges on XMP_STOCK_DB.* to xmp_dev@'%' identified by 'xmp@2021';
grant all privileges on XMP_STOCK_DB.* to xmp_dev@'localhost' identified by 'xmp@2021';
grant all privileges on XMP_STOCK_DB.* to xmp_dev@'127.0.0.1' identified by 'xmp@2021';
flush privileges;
create user 'viinet' identified by 'e138a279df8d385a'; create user 'viinet' identified by 'e138a279df8d385a';
create user 'viinet'@'localhost' identified by 'e138a279df8d385a'; create user 'viinet'@'localhost' identified by 'e138a279df8d385a';
create user 'viinet'@'127.0.0.1' identified by 'e138a279df8d385a'; create user 'viinet'@'127.0.0.1' identified by 'e138a279df8d385a';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论