This article shares the specific code for importing csv files into mysql using navicat for your reference. The specific content is as follows 1. Open navicat, connect to the database and find the table you want to import data into. The database tables are under Tables under the specified database. 2. Right-click the data table. Click import wizard. 3. Select the file type to import data. This article takes csv file as an example and selects the csv file. 4. Next, select the location of the file. You can click the ellipsis after the first empty input box to locate your own file by browsing the file system. Select the same encoding as your file. 5. The first option is record segmentation, you can use the default, the second option is field separator, csv file default 6.field name row indicates the location of the field name, usually the first row. First data row indicates the position of the first data. If there is no field name, the value is 1. If there is a field name, the value is 2. The last data 7.The source table indicates the location where the data is stored, and the target table indicates the table into which the data is imported. 8. Indicates the data flow direction. The user_id data in the source table will be imported into the user_id of the target table. 9. There are two ways to import data. One is 10. Click start to begin execution. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Nodejs converts JSON string into JSON object error solution
>>: Detailed explanation of the solution to Ubuntu dual system stuck when starting
Since the project requires a questionnaire, but th...
1. Parent components can pass data to child compo...
1. Command Introduction The ln command is used to...
The difference between inline elements and block-...
Docker-compose deployment configuration jenkins 1...
background: I have done a project before, which r...
At the very beginning, let's talk about what ...
Introduction: Sometimes, in order to develop a pr...
Overview The fundamental difference between async...
background: Since the company's projects seem...
Table of contents 1. Listening for events 2. Pass...
This article example shares the specific code of ...
After installing wamp for the first time, all ser...
1. Documentation Rules 1. Case sensitive. 2. The a...
Many of my friends may encounter a problem and do...