In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the method of importing txt text data into mysql, which is very detailed and has a certain reference value. Interested friends must finish reading it!
Mysql imports txt text data: first, create a database and table; then create a table and write the data into a [pet.txt] text; finally, use the command to import the database.
Methods for mysql to import txt text data:
First create the database and tables:
Mysql > create database menagrie
Then create the table:
Mysql > CREATE TABLE pet (name VARCHAR (20), owner VARCHAR (20), species VARCHAR (20), sex CHAR (1), birth DATE, death DATE)
Then write the following data to an pet.txt text:
Fluffy Harold cat f 1993-02-04\ NClaws Gwen cat m 1994-03-17\ NBuffy Harold dog f 1989-05-13\ NFang Benny dog m 1990-08-27\ NBowser Diane dog m 1979-08-31 1995-07-29Chirpy Gwen bird f 1998-09-11\ NWhistler Gwen bird\ N 1997-12-09\ NSlim Benny snake m 1996-04-29\ N
Use the following command to import the database:
Mysql > LOAD DATA LOCAL INFILE'/ path/pet.txt' INTO TABLE pet
After completion, you can get the results:
The above is all the contents of mysql's method of importing txt text data, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.