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 表复制到另一个表。源表包含 3000 万条记录。当我尝试使用 SQL 查询复制数据时,SQL 连接丢失
INSERT table2 SELECT * FROM table1
是否有任何外部工具可以从 shell 中完成这项工作
谢谢
斯里
mysql命令行工具应该能够很好地处理这个问题。
mysql