Quick and Easy Guide: Importing Your Database



Quick and Easy Guide: Importing Your Database

Quick and Easy Guide: Importing Your Database

​@tech_gyans
Quick and Easy Guide: Importing Your Database
In this video you will learn about how to import the database into the MySQL in XAMP Server.

Quick and Easy Guide: Importing Your Database in Minutes 🔥🔥🔥
————————-
Step – 1 Login in your XAMP MYSQL
mysql -u root -p

Step – 2 – Create a database.
CREATE DATABASE db_name

Step – 3: Choose your Database
USE database_name

Step – 4: Import Database
source database_file_name_with_path

Step – 5: Verify your import

Thank you for watching!
Please consider subscribing!