3 lines
73 B
MySQL
3 lines
73 B
MySQL
|
|
use mysql;
|
||
|
|
grant all privileges on wvp.* to 'ylcx'@'%';
|
||
|
|
flush privileges;
|