PHPMyAdmin – Export template with database name, date and time

To export database copy via PHPMyAdmin and include the datetime/timestamp in the file name use:

@DATABASE@__%Y%m%d%H%M%S

or

@DATABASE@__%Y-%m-%d_%H-%M-%S