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.
Netezza で作成したテーブルがあり、それを mysql サーバーにエクスポートしたいと考えています。どうすればいいですか?
この次のコマンドを試してください。
何を使いましたか?Linux mysql サーバーを使用していますか? または単にxampp?
mysqldump -u -p -h remote_server database_name table_name > text.sql