How to Create MariaDB User and Grant Privileges
https://phoenixnap.com/kb/how-to-create-mariadb-user-grant-privileges
To create a new MariaDB user, type the following command: In this case, we use the ‘localhost’ host-name and not the server’s IP. This practice is commonplace if you plan to SSH in to your server, or when using the local client to connect to a local MySQL server. Once you create user1, check its status by entering: The output lists all existing use...
To create a new MariaDB user, type the following command: In this case, we use the ‘localhost’ host-name and not the server’s IP. This practice is commonplace if you plan to SSH in to your server, or when using the local client to connect to a local MySQL server. Once you create user1, check its status by entering: The output lists all existing use...
DA: 48 PA: 37 MOZ Rank: 29