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.
所以我可以创建一个转储
/Applications/MAMP/Library/bin/mysqldump -u admin -p testsite > yourdump.sql
但是如何在终端的另一台 Mac 上运行它?
我应该像运行这个一样简单:
mysql -u<user> -p dbName < db_backup.dump