'admin';
create user 'oleg341'@'localhost' identified by 'user';
create user 'visit'@'localhost' identified by
'visit';grant ALL PRIVILEGES on relay.* to 'pushka59'@'localhost';
grant SELECT, INSERT, UPDATE on relay.* to 'oleg341'@'localhost';
grant SELECT on relay.* to 'visit'@'localhost';
flush PRIVILEGES;