Newer
Older
casic-callcenter-xz / casic-web / doc / sql / spzc_create.sql
liwenhao on 2 Mar 2023 164 bytes 徐州呼叫中心代码提交
CREATE USER 'spzc'@'%' IDENTIFIED BY 'spzc1234';
grant select on casic_smartcity_callcenter.call_blacklist to 'spzc'@'%' identified by 'spzc1234';
flush privileges;