In your work life, many a times you need to take a backup of your database. In MySQL we use mysqldump for this purpose. In this video we will have a look at how to use this. Also sometimes you get error mysqldump: Couldn't execute 'SELECT @@GTID_MODE': Unknown system variable 'GTID_MODE' (1193) while executing this command. We will also see how to tackle this issue.