Category: MariaDB Database
Added: 28th of May 2018
Viewed: 1294 times
Part 1: Install MariaDB in Ubuntu
Part 2: Create a new user
If you have been following our MariaDB tutorials in Part 1 we installed MariaDB and logged in as root.
In Part 2 we create a new user and assign that new user all privileges, enabling the user to create, insert, update, delete and query databases
In the terminal enter the following command.
The command creates a new user name mycomputertips@localhost with the password 12345
Other Tips & Tutorials
MariaDB Database
Perform basic SELECT queries in MariaDB using the Linux TerminalPosted: 15th of September 2019
Views: 913
MariaDB Database
Create a new database, table and insert data, using MariaDB in the Linux TerminalPosted: 12th of September 2019
Views: 885
MariaDB Database
Create a new user using MariaDB database in the Linux TerminalPosted: 30th of June 2019
Views: 1245
MariaDB Database
Install MariaDB database in Ubuntu based distributions 2019Posted: 16th of June 2019
Views: 1273
MariaDB Database
Create a new user in MariaDB and GRANT ALL privileges (Part 2)Posted: 28th of May 2018
Views: 1294