Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing with MariaDB 10.0.6 #10

Open
prosperentbrian opened this issue Dec 12, 2013 · 1 comment
Open

Problem installing with MariaDB 10.0.6 #10

prosperentbrian opened this issue Dec 12, 2013 · 1 comment

Comments

@prosperentbrian
Copy link

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.

@trel
Copy link

trel commented Feb 28, 2014

@1EightT try dropping the functions first, then adding them back again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants