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.
ホスト 11 DB 全体といくつかのテーブルのバックアップがあります。私はいくつかのものを台無しにして、復元したいのですが、上書きを復元しています。
mysql -u root -p < plasesavetheday.sql
データベースが存在し、キー「id」のエントリ「11」が重複しているというエラーが表示されます。ファイルを上書きするようにインポートまたは編集する方法を教えてください。
ありがとう