简体   繁体   中英

Difference between .SQL and .DUMP files

When I do a mysqldump operation I get a .SQL file. I have never created a .DUMP file but was able to restore a database from a .DUMP file with the same operations("<" or SOURCE) I use to restore a database from a .SQL file.

So what's the difference between these two file types?

Calling a mysql dump .sql is just a convenient convetion. You could call the files .foo or .arglebargle if you wanted. MySQL doesn't care. It just expects to fed sql statements when the dump's reloaded, regardless of what the filename actually is.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM