few days ago I created mysql cluster on digitalocean (by default it starts on port 25060). When I installed MySQL Connector/Node.js and tried to establish connection with default port and it went on error saying :
"Error: The server connection is not using the X Protocol. Make sure you , are connecting to the correct port and using a MySQL 5.7.12 (or higher) server intance."
After some research I've learned that to use X devApi of mysql I should connect on port 33060 (that my cluster does not use at all), but unfortunately mysqlx plugin is disabled on my cluster, which confuses me a lot cause i know mysql8 enables it by default
my question is , is there any way i can activate mysqlx plugin ?