Export and Import mysql database command line | Export & Import database mysql command line Windows

Опубликовано: 01 Октябрь 2024
на канале: Dinanath Singh
28
1

Subscribe My Channel for videos like this.

Social site links:

facebook :   / dinanathsingh  
youtube :    / dinanath129  
Google plus: https://plus.google.com/u/0/111551527...
twitter :   / dinanath33  
linkedin :   / dinanath-singh-62145237  

******************************************************
*********** Command to export database *************
******************************************************

mysqldump -u root -p wordpress greater then D:\mysql\wordpress1.sql

******************************************************
*********** Command to import database *************
******************************************************

mysql -u root -p wordpress1 less then D:\mysql\wordpress1.sql