How to import txt data exported from Oracle to another MySQL database

Source: Internet
Author: User
How to import the txt data exported from Oracle to another MySQL database is as follows: sequential number name problem 001 Zhang San cold 002 Li Si fever 003 Wang Wu headache How to import the file data to the MySQL database through PHP ------ how to import the txt data exported from Oracle to another MySQL database
How to import txt data exported from Oracle to another MySQL database
The txt file data is as follows:
Sequential number name problem
001 Zhang San caught a cold
002 Li Si fever
003 Wang Wu's headache
How to import the data in this file to the MySQL database through PHP

------ Solution --------------------
SQL code
Load data local infile ......
------ Solution --------------------
Directly run SQL statements without using php:
Load Data InFile 'd:/Data.txt 'into table' tabletest' Fields Terminated By '\ t' Enclosed By' \ n ';

Or the graphic interface is imported.
------ Solution --------------------
This is the title format. you need to delete the title before considering the import method.
------ Solution --------------------
You can also use the import and export tool that comes with SQL SERVER.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.