Uncategorized
How to Create MariaDB User and Grant Privileges
Access MariaDB Server Enter the following command in your command-line terminal to access the MariaDB client shell:sudo mysql -u root If your root user has a predefined password, modify the command to reflect that fact:sudo mysql -u root -p Enter your password and access the MariaDB client. If you do Read more…