I need to submit a new server request to my server management group to create a MySQL server. One of the fields required is to list file extensions which need to be excluded during commvault backups. All of our other database servers use MS SQL, and I know that the active DB files (.mdf and .ldf) need to be excldued.
What is the MySQL equivalent to these active db file extensions? Normally I'm a programmer who doesn't deal with this but today I was assigned this task and I'm stuck at this last step.
Edit: If it would be easier to answer, what are the dump file equivalents? MS SQL uses .bak and .trn, which are backed up here.
Thanks for your help...google searches are just loaded with people looking to convert these files to MySQL, so that hasn't been helpful.