Ubuntu cannot open shared library mysqlx.so
1
vote
2
answers
5124
views
### MySQL Server version:
Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu)
MySQL installed using
apt-get
.
When installing a plugin with the following command:
mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
...I receive the following error message:
> ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/mysqlx.so' (errno: 2 /usr/lib/mysql/plugin/mysqlx.so: cannot open shared object file: No such file or directory)
What can't Ubuntu locate/find the mysqlx.so
library?
Asked by vishnu
(21 rep)
Aug 7, 2018, 11:52 PM
Last activity: Aug 9, 2018, 07:55 PM
Last activity: Aug 9, 2018, 07:55 PM