# mysqldump --version flag
The mysqldump command includes a --version flag that allows you to display the version number of the mysqldump tool currently installed on your system.
To use the --version flag, you can run the following command:
mysqldump --version
The --version flag does not require any arguments and does not create a backup of a MySQL database. It is only used to display the version number of mysqldump.