stream-deploy/docker/mysql/db/privileges.sql

3 lines
73 B
MySQL
Raw Permalink Normal View History

2025-12-05 14:14:47 +08:00
use mysql;
grant all privileges on wvp.* to 'ylcx'@'%';
flush privileges;