use mysql;
set password for root =password('haowumz');
select host,user,password from user ;
show grants for fdb_dev;
create user  fdb_test IDENTIFIED by 'test1204'; 
grant select,update,delete,insert,CREATE,ALTER  on fdb_test.*  to 'tm_jdbc'@'%';
flush  privileges ;
revoke  select,update,delete,insert on hoss_new.*  from  fdb_dev; 
flush  privileges ; 

相关文章:

  • 2021-12-12
  • 2021-11-23
  • 2021-11-12
  • 2022-01-11
  • 2021-04-20
  • 2021-07-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-07-01
  • 2022-03-10
  • 2022-12-23
相关资源
相似解决方案