SQL create user and grant permission

CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'password';

GRANT SELECT ON mydbschema.* TO 'someuser'@'localhost';

Comments

Popular posts from this blog

Lab Network 2024

Step to publish your static html web page to GitHub

Tutorial OOP(reversion java)