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.
我正在研究如何在不使用中间文件的情况下导入和导出 mysql 数据库。
遇到了这个:
mysqldump -hremote_server.com -uuser -psome_pawd 数据库名称 | mysql -hlocalhost -uuser -psome_pawd 数据库名称
在这里,remote database dump is an input to the localhost也可以是远程服务器。因此,服务器到服务器的导入和导出在这里发生,而不使用中间文件。
remote database dump is an input to the localhost
注意:如果你想备份,你需要一个中间文件