GRANT SELECT, DELETE, INSERT, UPDATE ON test.address TO webuser@localhost
IDENTIFIED BY 'testing';

Example 2: Creating a user.

Back to Article