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 テストサイト > yourdump.sql
しかし、ターミナルの別のMacでこれを実行するにはどうすればよいですか?
私はこれを実行するのと同じくらい簡単でなければなりません:
mysql -u<user> -p dbName < db_backup.dump