Hit enter to search or ESC to close
Dean Ha
  • About
  • Portfolio
  • Photography
  • Blog
  • Contact
Dean Ha
How toTutourial & Tips

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

By Dean Ha 28th November 2019 August 12th, 2020 No Comments
cd C:\xampp\mysql\bin

mysql -u root -p

show databases;

use DATABASENAME;

source path\to\DATABASE_SQL_FILE.sql

 

Recent Posts

  • Remove bad GPS coords when tracking 28th November 2020
  • npm run *script* doesn’t do anything 14th November 2020
  • Basic JavaScript MutationObserver API 23rd June 2020
  • How to access mysql & import database using the Command Line Interface 28th November 2019
  • HTTP Status Codes List 11th October 2019

Categories

  • Blog
  • How to
  • Inspirations
  • Photography
  • Resources
  • Technology
  • Tutourial & Tips
  • Uncategorized
  • W.I.P

Ads

Faster SSD Hosting Krystal

GET £5 OFF

Use code: DEANHA69E71713

Earn £5 when you sign up via this link

Ads

Big Discounts for Domains, Hosting, SSL and more
  • How to hide anchor tag from URL using jQuery 21st March 2016
  • iTerm2 with Oh-My-Zsh for a better development environment 11th November 2015
  • How to use NFC Tags in 6 CREATIVE Ways 14th March 2019
  • Geo IP Detection APIs 9th July 2018
  • Developer’s Environment Setup for Windows System 5th January 2018
  • Previous PostBasic JavaScript MutationObserver API

  • Next PostHTTP Status Codes List

You May Also Like

Tutourial & Tips

Remove bad GPS coords when tracking

Dean Ha
Dean Ha28th November 2020
BlogTutourial & Tips

Basic JavaScript MutationObserver API

Dean Ha
Dean Ha23rd June 2020
How toTechnologyTutourial & Tips

ElectronJs – Creating your first Cross-Platform Desktop App

Dean Ha
Dean Ha6th September 2019

© 2021 Dean Ha. All Rights Reserved

  • About
  • Portfolio
  • Photography
  • Blog
  • Contact