At the time I enter on mysql shell:
INSTALL PLUGIN group_replication SONAME 'group_replication.so';
the shell returns:
ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/group_replication.so' (errno: 2 /usr/lib/mysql/plugin/group_replication.so: cannot open shared object file: No such file or directory)
and in fact inside there is no group_replication.so:
ls /usr/lib/mysql/plugin/
adtnull.so connectioncontrol.so keyringfile.so lockingservice.so mysqlnologin.so semisyncmaster.so validatepassword.so
authsocket.so innodbengine.so libmemcached.so mypluglib.so rewriter.so semisyncslave.so versiontoken.so
Currently I have mysql-server in 5.7.20 version.
On other forums only say that it must have the group_replication.so module, but where I have my server on digitalOcean, the repositories does not have it. Do I need to install it externally, an older version or what can I do?