mysql

How to import sql database using Terminal?

Uploading the database to your XAMPP phpmyadmin is faster using Terminal than doing it from phpmyadmin. For this please follow the following steps. Open the Terminal and cd into the folder where the sql database you need to upload is located. Login to your mysql using the commondmysql -u”Your Username” -p”Your Password” If the terminal …

How to import sql database using Terminal? Read More »