You can simply create backups of specific tables with mysqldump.
mysqldump -u -p databasename table1 table2 table3 ... > mysqldump_file.sql
You can simply create backups of specific tables with mysqldump.
mysqldump -u -p databasename table1 table2 table3 ... > mysqldump_file.sql
© 2024 geegkytuts.net Hosted by SIEL