MySQL is a database software relation (Relational Database Management System or RDBMS), as well as ORACLE, Postgresql, MS SQL, and so on. MySQL was developed around 1994 by a software development company and database consultant named MYSQL AB residing in Sweden.
Before we get to the tutorial how to create a database we go first to the mysql server please follow as below.
Type cd \ this command is used to switch to directetori C
cd xampp like below and press entercd mysql and press entercd mysqlnext you guys type cd bin and press entermysql – u root to get into your mysql server and press enter to exit as below, once it comes out like the picture below means you guys managed to get the mysql servercreate database dbardifitra;then press enter, so it comes out like the picture belowshow databases;then press enteruse dbardifitra; see the image as shown belowcreate table tbardifitra ( NIK int not null, Name char(20), Place char(50) ) like the image below and then press enterdesc tbardifitra; then press enter look like the image belowshow tables; then press enter look like the picture belowHere's my tutorial, hopefully useful