You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make installdb
/usr/bin/mysql <./uninstalldb.sql
if test -f .libs/lib_mysqludf_preg.dll; then
/usr/bin/mysql <./installdb_win.sql;
else
/usr/bin/mysql <./installdb.sql;
fi
This install was upgraded from percona 5.5 and was previously running lib_mysqludf_preg with no issues. Upon upgrading to MariaDB, the functions no longer work. I tried running the commands inside of installdb.sql manually, but the functions already exist according to mysql.
The text was updated successfully, but these errors were encountered:
Installing on MariaDB 10.0.6.
When I run 'make installdb', it returns:
make installdb
/usr/bin/mysql <./uninstalldb.sql
if test -f .libs/lib_mysqludf_preg.dll; then
/usr/bin/mysql <./installdb_win.sql;
else
/usr/bin/mysql <./installdb.sql;
fi
This install was upgraded from percona 5.5 and was previously running lib_mysqludf_preg with no issues. Upon upgrading to MariaDB, the functions no longer work. I tried running the commands inside of installdb.sql manually, but the functions already exist according to mysql.
The text was updated successfully, but these errors were encountered: