In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The following is about the full-text index that comes with mysql8. The secret of the text is that it is close to the topic. So, no gossip, let's go straight to the following, I believe you will benefit from reading this article with mysql8's own full-text index.
Modify the configuration file:
Vim / etc/ my.cnf [mysqld] ngram_token_size=2 creation table: create table test (id int (11) not null primary key auto_increment,name varchar (100) not null comment 'business name', brand varchar (100) default null comment 'brand name', en varchar (100) default null comment 'English name', fulltext key (name,brand,en) with parser ngram) engine=innodb default charset=utf8 Insert into test (name,brand,en) values ('Wuhu Meimei Kitchen and Sanitary Electrical Manufacturing Co., Ltd.,' aa','wh'); insert into test (name,brand,en) values ('Beijing VANCL Shangpin Electronic Commerce Co., Ltd.,' aa','ef'); insert into test (name,brand,en) values ('VANCL Eslite (Beijing) Technology Co., Ltd.,' aa','dfd') Insert into test (name,brand,en) values ('Instant Unicom (Beijing) Co., Ltd.,' aa','sdfs'); insert into test (name,brand,en) values ('Beijing Changjie Communication Co., Ltd.,' aa','wsdh'); insert into test (name,brand,en) values ('Beijing Changjietong payment Technology Co., Ltd.,' aa','df') Insert into test (name,brand,en) values ('Changjietong Information Technology Co., Ltd.,' aa','whdfgh'); insert into test (name,brand,en) values ('Beijing Changjie Technology Co., Ltd.,' aa','dgdf'); insert into test (name,brand,en) values ('China Aerospace Industry Science and Technology Consulting Co., Ltd.,' aa','whffgh') Insert into test (name,brand,en) values ('Beijing Panasonic Color Picture Tube Co., Ltd.,' aa','wfghfgh'); Test: select * from test where match (name,brand,en) against ('Beijing')
For the above mysql8 comes with full-text index-related content, is there anything you don't understand? Or if you want to know more about it, you can continue to follow our industry information section.
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.