Updated: 22 May 2023
Backup a single table
mysqldump -u the_user -h localhost -pThePassWord db_name_here table_name_here > table_name.sql
Freelance software engineer United Kingdom
Updated: 22 May 2023
Backup a single table
mysqldump -u the_user -h localhost -pThePassWord db_name_here table_name_here > table_name.sql