Category: MariaDB Database
Added: 30th of June 2019
Viewed: 1305 times
If you haven't installed MariaDB, please go back to Part 1 using the drop down menu above.
The next thing we need to do is create a new user. You can create as many users as you like, with each user being able to login to MariaDB and create new database(s).
If you have ever used CPanel to create a new database with a new user, this is the very same thing but using the terminal.
To create a new user in MariaDB, first we need to login to MariaDB as root.
Other Tips & Tutorials
MariaDB Database
Perform basic SELECT queries in MariaDB using the Linux TerminalPosted: 15th of September 2019
Views: 980
MariaDB Database
Create a new database, table and insert data, using MariaDB in the Linux TerminalPosted: 12th of September 2019
Views: 956
MariaDB Database
Create a new user using MariaDB database in the Linux TerminalPosted: 30th of June 2019
Views: 1305
MariaDB Database
Install MariaDB database in Ubuntu based distributions 2019Posted: 16th of June 2019
Views: 1333
MariaDB Database
Create a new user in MariaDB and GRANT ALL privileges (Part 2)Posted: 28th of May 2018
Views: 1349