Exporting and Importing Compressed MySQL Databases
This command will dump a MySQL database, compress it and save it to a file (replace userName and databaseName with your data): mysqldump -u userName…
This command will dump a MySQL database, compress it and save it to a file (replace userName and databaseName with your data): mysqldump -u userName…