Export & Import MySQL Database

From Gejoreuy
Revision as of 19:13, 20 February 2020 by Gejor (talk | contribs)
Jump to navigation Jump to search

Export & import Dump File : https://www.alibabacloud.com/help/doc-detail/26133.htm
Select database in MySQL : https://www.liquidweb.com/kb/select-a-mysql-database-on-linux-via-command-line/


Just run below command and change it with the database value.

  root@gejoreuy ~]# mysqldump -u username -h hostname -p databasename > /directorylocation/filename.sql