DATABASE XAMPP

What is Database ?
Database is a group of data that stored in computer system. Database together with Database Management System (DBMS) along with the application associated with them. Using (DBMS) data or information can be easily to managed, organized, updated and controled. Most databases used XAMPP SQL in writting and querying data.

How to create a database ?

  1. install Xampp SQL here's the link https://www.apachefriends.org/index.html
    Screenshot (46).png
  2. Double click the downloaded Xampp.exe and its shows the setup of Xampp.
    Screenshot (47).png
    Screenshot (48).png
  3. Click "Next" to proceed, then uncheck the box that indicated in the image below.
    Screenshot (49).png
  4. Just keep clicking "Next" until you finish the "Installing" then click "Finish".
    Screenshot (55).png
  5. Click the "Start" button "Apache" and "MySQL" to run the XAMPP Controller.
    Screenshot (56).png
  6. Go to your "Browser" and type "localhost/phpmyadmin"
    Screenshot (59).png
  7. Lets begin creating database simply click "New" and input your ideal name of your database in "database name" like in the image below.
    Screenshot (62).png
  8. Put in the "Name:" "students" or what ever you want, then click "GO" to proceed.
    Screenshot (63).png
  9. Setup your database Structure like what i did in the image below dont forget to click "Save".
    Screenshot (64).png
  10. This will looks like after you save your database structure. Next step click "Insert" in the navigation bar above.
    Screenshot (65).png
  11. Putting some Information of your database structure for example like in the image below. Once you've done click "Go"
    Screenshot (66).png
  12. Image below showing your database structure and information you created it was already inserted.
    Screenshot (68).png
  13. Last step run your inserted information structured by clicking the "Browser" in navigation bar above. Then this will be the result, you created your database SQL.
H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now