Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我进行mysqldump操作时,我会得到一个.SQL文件。我从未创建过.DUMP文件,但能够使用与从.DUMP文件中恢复数据库相同的操作(“<”或 SOURCE)从.SQL文件中恢复数据库。
mysqldump
.SQL
.DUMP
那么这两种文件类型有什么区别呢?
调用 mysql 转储.sql只是一个方便的约定。您可以调用文件.foo,或者.arglebargle如果需要。MySQL 不在乎。它只是希望在重新加载转储时提供 sql 语句,而不管文件名实际上是什么。
.sql
.foo
.arglebargle