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 ダンプを作成したいと考えています。不要な本番データを削除し、ユーザー情報を匿名化する SQL スクリプトがあります。
データベース全体をセカンダリMySQLデータベースにロードせず、明らかに望まない本番データベースで実行せずに、INSERT、UPDATE、およびDELETE TABLEを含むこのスクリプトを実行する方法はありますか?