Profile
Achievement
MohamedAlaa's Recent SnippetsTagged mysql
- All /
« Prev 1 Next »
Backup/Export MySQL Database using mysqldump and compress/gzip it
------------------------------------------
0
1011
posted 12 years ago by MohamedAlaa
Run This Command in your Terminal
----------------------------------------
mysql -u **username** -p -h localhost **DATA-BASE-NAME** < data.sql
0
858
posted 12 years ago by MohamedAlaa