MySQL Forums
Forum List  »  Newbie

Mysql 8.0.3 sais: function regexp_replace does not exist
Posted by: Jared N/A
Date: September 01, 2018 01:59PM

New project uses regexp_replace, so i updated mysql installation to 8.0.3. But still feeling like nothing changed =)

Trivial query:

$ echo "select regexp_replace('a','.','z')" | mysql mysql
ERROR 1305 (42000) at line 1: FUNCTION mysql.regexp_replace does not exist



Version:

$ # mysqld --version
/usr/sbin/mysqld Ver 8.0.3-rc-log for Linux on x86_64 (MySQL Community Server (GPL))

Options: ReplyQuote


Subject
Written By
Posted
Mysql 8.0.3 sais: function regexp_replace does not exist
September 01, 2018 01:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.