HOW TO CREATE DATABASE FROM XAMPP WITH SQL LANGUAGE

link video : https://intip.in/HowToCreateDb

 

1. First, you must installed some softwares which will used to create database. There are Xampp (Web Server) and Google Chrome (Web Browser).

2. After that, open the software Xampp-ControlPanel. Start the Apache and MySQL, and you can close after you started.

3. Open the Google Chrome (web browser), then write on url like this “localhost/phpmyadmin/”

4. There are many menus on there. Choose SQL menu. After that, write “Create database (database_name);” to create database.

5. After database created, click the database then choose SQL menu.

6. Write sql language to create table like this, “Create table (table_name) ( fieldname data_type(digit) );”

7. After the table created, repeat the sixth step until all of tables has created

 

Thank you