... bits and pieces of everyday stuff
CREATE USER 'superman'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'superman'@'localhost' WITH GRANT OPTION;
No comments:
Post a Comment