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.
古い Win2003 サーバーから新しい VM サーバー (Win または Linux を選択) に移行する場合、Linux に移行する場合、現在のテーブルの変換に問題はありますか?
テーブルを変換する必要はありません。Windows サーバーからの SQL ダンプは、Linux 上の MySQL に簡単にインポートできます。
データベース (データを含むテーブル) をエクスポートできます。次に、SQLスクリプトファイルを取得します。新しいシステムでそのスクリプト ファイルを実行すると、テーブルとデータが新しいシステムで利用可能になります。