<FilesMatch "\.sql$">
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    Header set Content-Type application/octet-stream
    Header set Cache-Control no-cache, no-store, must-revalidate
    Header set Pragma no-cache
    Header set Expires 0
</FilesMatch>