This is a read-only copy of the MariaDB Knowledgebase generated on 2024-12-24. For the latest, interactive version please visit https://mariadb.com/kb/.

Maxscale mariadb version mismatch

Hello, I have just installed mariadb 10.1 on ubuntu 16.04 and maxscale 2.1.8 to perform write splitting mode. When I connect through maxscale, I get :

Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 32110 Server version: 10.0.0 2.1.8-maxscale mariadb.org binary distribution

Some of the operations I need to perform on my database requires mariadb-10.1 (which is installed). How can I set maxscale to use mariadb 10.1 instead 10.0.0 ?

thanks in advance. Pedro

Answer Answered by Markus Mäkelä in this comment.

The version_string parameter allows a custom version string to be shown to the client but by default it should show the version of a server used by the service. Make sure MaxScale can connect to the backend servers so that the real server version can be retrieved.

If MaxScale can connect to the servers, I'd suggest opening a bug report if MaxScale still reports the same version string.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.