当前位置:网站首页>Function ‘ngram‘ is not defined
Function ‘ngram‘ is not defined
2022-07-02 06:30:00 【图图是只猫】
问题
Mariadb执行sql语句抛出错误 :Function ‘ngram’ is not defined
环境
Mariadb10.3.27
原因
Ngram
MySQL ngram全文解析器简介MySQL内置的全文解析器使用空格确定单词的开始和结束。当涉及汉语,日语或韩语等表意语言语言时,这是一个限制,因为这些语言不使用分词符。
为了解决这个问题,MySQL提供了ngram全文解析器。自MySQL5.7.6版起,MySQL将ngram全文解析器作为内置的服务器插件,这意味着当MySQL数据库服务器启动时,MySQL会自动加载该插件。 MySQL支持用于InnoDB和MyISAM存储引擎的ngram全文解析器。
根据定义,ngram是来自文本序列的多个字符的连续序列。 ngram全文解析器的主要功能是将文本序列标记为n个字符的连续序列。
以下说明了ngram全文解析器如何标记不同值n的文本序列://原文出自【易百教程】,商业转载请联系作者获得授权,非商业请保留原文链接:
MariaDB该版本未提供Ngram

解决
先换成mysql吧。。。。。。。。。。。。。。。。。。。。。
边栏推荐
- Global and Chinese markets of tilting feeders 2022-2028: Research Report on technology, participants, trends, market size and share
- 方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
- Service de groupe minecraft
- Development of digital collection trading website development of metauniverse digital collection
- Aneng logistics' share price hit a new low: the market value evaporated by nearly 10 billion yuan, and it's useless for chairman Wang Yongjun to increase his holdings
- Programming ape learning English - imperative programming
- 程序猿学英语-指令式编程
- 群辉 NAS 配置 iSCSI 存储
- Matlab - autres
- Dip1000 implicitly tagged with fields
猜你喜欢

Aneng logistics' share price hit a new low: the market value evaporated by nearly 10 billion yuan, and it's useless for chairman Wang Yongjun to increase his holdings

sqli-labs(POST类型注入)

Routing foundation - dynamic routing

Detailed explanation of NIN network

OpenShift 容器平台社区版 OKD 4.10.0部署

Carsim 学习心得-粗略翻译1

Sentinel 简单使用

Zipkin is easy to use
![DWORD ptr[]](/img/6e/f68863c9f5b8608b22a24d9c1836d9.jpg)
DWORD ptr[]

Googlenet network explanation and model building
随机推荐
Aneng logistics' share price hit a new low: the market value evaporated by nearly 10 billion yuan, and it's useless for chairman Wang Yongjun to increase his holdings
OpenShift构建镜像
Openshift deployment application
Force deduction method summary: find classes
旋转链表(图解说明)
Detailed explanation of NIN network
Minecraft空岛服开服
How to apply for a secondary domain name?
Sqli labs Level 2
Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)
sqli-labs第1关
Simple implementation scheme of transcoding and streaming (I)
c语言将字符串中的空格替换成%20
Global and Chinese markets of tilting feeders 2022-2028: Research Report on technology, participants, trends, market size and share
程序猿学英语-指令式编程
使用wireshark抓取Tcp三次握手
Honeypot attack and defense drill landing application scheme
Don't know mock test yet? An article to familiarize you with mock
Realization of basic function of sequence table
链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)