Mysql 8.0.3: 函数 regexp_replace 不存在

时间:2023年12月03日

/

来源:网络

/

编辑:佚名

新项目使用regexp_replace,所以我将 mysql 安装更新到 8.0.3。但还是感觉什么都没变
琐碎的查询:
$ echo "select regexp_replace('a','.','z')" | mysql mysql
ERROR 1305 (42000) at line 1: FUNCTION mysql.regexp_replace does not exist
Run Code Online (Sandbox Code Playgroud)
版本:
$ # mysqld --version
/usr/sbin/mysqld  Ver 8.0.3-rc-log for Linux on x86_64 (MySQL Community Server (GPL))
Run Code Online (Sandbox Code Playgroud)
Jar*_*red  6
REGEXP_REPLACE 函数在 8.0.4 版本中发布,更新到 8.0.12 解决了这个问题。
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。