Answers for "import database ubuntu"

SQL
8

linux command line import mysql database

# if your database is not locally hosted
mysql -u username -p -h dbhost dbname < filename.sql
Posted by: Guest on June-25-2020
0

import database using cmd ubuntu

mysql -u username -p database_name < /path/to/file.sql
Posted by: Guest on April-19-2021

Code answers related to "import database ubuntu"

Code answers related to "SQL"

Browse Popular Code Answers by Language