当前位置:网站首页>Function ‘ngram‘ is not defined
Function ‘ngram‘ is not defined
2022-07-02 08:50:00 【Tutu is a cat】
problem
Mariadb perform sql Statement throws an error :Function ‘ngram’ is not defined
Environmental Science
Mariadb10.3.27
reason
Ngram
MySQL ngram Introduction to full-text parser MySQL The built-in full-text parser uses spaces to determine the beginning and end of words . When Chinese is involved , Japanese or Korean and other ideographic languages , It's a limitation , Because these languages do not use word breaks .
To solve this problem ,MySQL Provides ngram Full text parser . since MySQL5.7.6 From Edition ,MySQL take ngram Full text parser as a built-in server plug-in , It means to be MySQL When the database server starts ,MySQL The plug-in will be loaded automatically . MySQL Support for InnoDB and MyISAM Storage engine ngram Full text parser .
According to the definition ,ngram Is a continuous sequence of multiple characters from a text sequence . ngram The main function of the full-text parser is to mark the text sequence as n A continuous sequence of characters .
Here's how ngram How the full-text parser marks different values n The text sequence of :// Original text 【 Yibai tutorial 】, Commercial reprint please contact the author for authorization , Non commercial, please keep the original link :
MariaDB This version does not provide Ngram

solve
Change to mysql Well .....................
边栏推荐
- Analysis of the use of comparable, comparator and clonable interfaces
- Minecraft install resource pack
- IP protocol and IP address
- sqli-labs第12关
- Zipkin is easy to use
- Illegal use of crawlers, an Internet company was terminated, the police came to the door, and 23 people were taken away
- sqli-labs(POST类型注入)
- 随笔:RGB图像颜色分离(附代码)
- Nacos download, start and configure MySQL database
- Minecraft插件服开服
猜你喜欢

Kubedm deploys kubernetes v1.23.5 cluster

c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)

IP协议与IP地址

HCIA - application layer

Web security -- Logical ultra vires

k8s入门:Helm 构建 MySQL

Programmer training, crazy job hunting, overtime ridiculed by colleagues deserve it

Sqli labs (post type injection)

队列的基本概念介绍以及典型应用示例
![[untitled]](/img/6c/df2ebb3e39d1e47b8dd74cfdddbb06.gif)
[untitled]
随机推荐
Application of kotlin - higher order function
Web security -- Logical ultra vires
Judge whether it is Sudoku
Linux binary installation Oracle database 19C
HCIA—数据链路层
一个经典约瑟夫问题的分析与解答
ICMP协议
C# 高德地图 根据经纬度获取地址
C nail development: obtain all employee address books and send work notices
Minecraft group service opening
C# 调用系统声音 嘀~
kubernetes部署loki日志系统
Minecraft module service opening
Linux安装Oracle Database 19c
What is SQL injection
Linux安装Oracle Database 19c RAC
Oracle related statistics
HCIA—应用层
Web技术发展史
整理秒杀系统的面试必备!!!