1
2
3
4
5
-- As root
create database saitu;
use saitu;
grant all privileges on saitu to ykg@'%';
grant all privileges on saitu.* to ykg@'%';