How to access mysql & import database using the Command Line Interface

By 28th November 2019 August 12th, 2020 How to, Tutourial & Tips
cd C:\xampp\mysql\bin

mysql -u root -p

show databases;

use DATABASENAME;

source path\to\DATABASE_SQL_FILE.sql