MySQL Server version:
Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) MySQL Server version:
Ubuntu: 5.7.23-0ubuntu0.18.04.1-log (Ubuntu) MysqlMySQL installed using apt-getapt-get.
mysql> INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
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)
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?