The mysql.servers
table contains information about servers as used by the Spider, FEDERATED or FederatedX storage engines (see CREATE SERVER).
In MariaDB 10.4 and later, this table uses the Aria storage engine.
In MariaDB 10.3 and before, this table uses the MyISAM storage engine.
The mysql.servers
table contains the following fields:
Field | Type | Null | Key | Default | Description |
---|---|---|---|---|---|
Server_name |
char(64) |
NO | PRI | ||
Host |
char(64) |
NO | |||
Db |
char(64) |
NO | |||
Username |
char(80) |
NO | |||
Password |
char(64) |
NO | |||
Port |
int(4) |
NO | 0 | ||
Socket |
char(64) |
NO | |||
Wrapper |
char(64) |
NO | Always mysql . |
||
Owner |
char(64) |
NO |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mysqlservers-table/