mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 22:17:49 +08:00
3 lines
73 B
SQL
3 lines
73 B
SQL
use mysql;
|
|
grant all privileges on wvp.* to 'ylcx'@'%';
|
|
flush privileges; |