mysql.servers Table

You are viewing an old version of this article. View the current version here.

The mysql.servers table contains information about servers as used by the Spider, FEDERATED or FederatedX, Connect storage engines (see CREATE SERVER).

MariaDB starting with 10.4

In MariaDB 10.4 and later, this table uses the Aria storage engine.

MariaDB until 10.3

In MariaDB 10.3 and before, this table uses the MyISAM storage engine.

The mysql.servers table contains the following fields:

FieldTypeNullKeyDefaultDescription
Server_namechar(64)NOPRI
Hostchar(64)NO
Dbchar(64)NO
Usernamechar(80)NO
Passwordchar(64)NO
Portint(4)NO0
Socketchar(64)NO
Wrapperchar(64)NOmysql or mariadb
Ownerchar(64)NO

Comments

Comments loading...
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.