sql - MySQL dump by query - Stack Overflow

sql - MySQL dump by query - Stack Overflow

瀏覽:633
日期:2025-07-09
not mysqldump, but mysql cli... mysql -e "select * from myTable" -u myuser -pxxxxxxxxx mydatabase you can redirect it out to a file if you want : ... you could just create a new table for the query (CREATE TABLE SELECT), and then dump that table with ......看更多