赞
踩
达梦数据库创建用户
SQL> create user test identified by "test"
password_policy 0 account lock encrypt by "test" diskspace limit 50
read only
limit connect_time 300
allow_ip "192.168.171.8"
not_allow_ip "192.168.171.9"
allow_datetime "2021-09-01" "01:01:01" to "2021-10-01" "01:01:01"
default tablespace main;
达梦社区地址:https://eco.dameng.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。