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
apt-get install libmysqlclient-dev libpcre3-dev
git clone https://github.com/mysqludf/lib_mysqludf_preg.git
cd lib_mysqludf_preg
./configure; make install; make installdb ; make test
Error
...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
make: *** [uninstalldb] Error 1
cd test; make test
make[1]: Entering directory `/root/mysqludf/lib_mysqludf_preg/test'
/usr/bin/mysqltest --defaults-file=/etc/mysql/debian.cnf --include=create_testdb.sql --result-file=lib_mysqludf_preg_capture.result < lib_mysqludf_preg_capture.test
mysqltest: At line 19: query 'SELECT PREG_CAPTURE( '/(x)(?:(abc)|(xyz))(x)/' , 'xabcx' , 2 ) ' failed: 1305: FUNCTION preg_test.PREG_CAPTURE does not exist
not ok
make[1]: *** [lib_mysqludf_preg_capture.run] Error 1
make[1]: Leaving directory `/root/mysqludf/lib_mysqludf_preg/test'
make: *** [test] Error 2
...
tl;dr; Access denied for user 'root'@'localhost' (using password: NO)
How do I configure the installation to run using a password?
The text was updated successfully, but these errors were encountered:
Server:
Installation procedure
Error
tl;dr;
Access denied for user 'root'@'localhost' (using password: NO)
How do I configure the installation to run using a password?
The text was updated successfully, but these errors were encountered: