Skip to main content

Adding users in mysql

GRANT ALL PRIVILEGES ON *.* TO monty@"%" IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
FLUSH PRIVILEGES;