CommandUsage
FLUSH PRIVILEGES
GRANT ALL PRIVILEGES ON *.* to 'user_name'@'host_name' WITH GRANT OPTION;Grant Super user Access
CREATE USER 'username'@'hostname' IDENTIFIED BY 'password';Create Super User
GRANT ALL PRIVILEGES ON * . * TO 'matthew'@'%';Grant permission

References

Create Superuser in MariaDB

https://tableplus.com/blog/2018/10/how-to-create-superuser-in-mariadb.html

Categories: Uncategorized

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *