Category: MariaDB Database
Added: 12th of September 2019
Viewed: 948 times
This part of tutorial assumes you have already installed MariaDB and created a new user, if not please use the menu above to visit these tutorials.
In this tutorial we are going to create a new database, table and insert some data.
The new table will hold information about English football clubs.
To create a new database in MariaDB we use the CREATE DATABASE command.
Other Tips & Tutorials
MariaDB Database
Perform basic SELECT queries in MariaDB using the Linux TerminalPosted: 15th of September 2019
Views: 970
MariaDB Database
Create a new database, table and insert data, using MariaDB in the Linux TerminalPosted: 12th of September 2019
Views: 948
MariaDB Database
Create a new user using MariaDB database in the Linux TerminalPosted: 30th of June 2019
Views: 1298
MariaDB Database
Install MariaDB database in Ubuntu based distributions 2019Posted: 16th of June 2019
Views: 1326
MariaDB Database
Create a new user in MariaDB and GRANT ALL privileges (Part 2)Posted: 28th of May 2018
Views: 1341