Head Ads

How to create a database | MySQL create database

Share:

How to create a database | MySQL create the database

how to create a database
how to create a database

Follow instructions to create a database in MySQL on localhost.

  1. Make sure your XAMPP or WAMPP server setting is started.
  2. Open the browser and put localhost/phpmyadmin URL into it.
  3. Press enter key on your keyboard.
  4. A new window will appear.
  5. Click on new to create a new database.
  6. after click you will see a new option Create database here you will have to put database name and click on create button.
  7.  after the click, your database is created.
  8. Now you need to create a table for your database. 
  9. Give a name to the table and give the number of columns in your table. 
  10. Click on the Go button.
  11. Give a name to data and put the type of data you want to enter in the database.
  12. Decide the length of data you want length in your database 
  13. Click on the Save button to save your table information. 
  14. Your Database and table are created.

Check the video on how to create a database MySQL create database and table




if you have any further query I am here to solve your query ask me in the comment I will solve your problem.

No comments

Note: Only a member of this blog may post a comment.