©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
MySQL, MariaDB Edit Federated Server

Displaying and editing MySQL and MariaDB Federated Servers

MySQL federated servers This module a part of the host administration
MySQL - Foreign keys on host

Module for managing server connections for the MySQL FEDERATED engine.

Connections can be created, edited and deleted.

Create server connection Create a new server connection
Edit: Edit server connection.
Test connection: Tests the server connection.
Only works if the server on which the MyWAY SQL Manager is installed has network access to the server connection.
Delete: Deletes the server connection.
Edit server connection:
MySQL - Foreign keys on host
Name: Name of the connection.
Host: IP address or name of server to connect to.
Port: Port with which the SQL server is to be addressed.
Database: Database to be made available by the connected server.
User: Database user to log on to remote server with.
Password: Password of database user.
Wrapper: Interface for the data connection. Set when the connection is created.
Socket: Socket descriptor, if required.
Owner: Owner of the connection. Currently has no effect.

Test connection: Tests the server connection.
Only works if the server on which the MyWAY SQL Manager is installed has network access to the server connection.
Save: Saves the settings.
Abort: Closes the editing form.
Create new server connection:
MySQL - Foreign keys on host
Apply from: Connection data can be taken over from the servers connected in the MyWAY SQL Manager.
Name: Name of the new server connection.
Host: IP address or name of remote server to connect to.
Port: Port with which the remote SQL server is to be addressed.
Database: Database to be made available by the connected server.
User: Database user to log on to remote server with.
Password: Password of database user.
Wrapper: Interface for the data connection.
Socket: Socket descriptor, if required.
Owner: Owner of the connection. Currently has no effect.

Test connection: Tests the server connection.
Only works if the server on which the MyWAY SQL Manager is installed has network access to the server connection.
Save: Saves the new server connection.
Abort: Closes the creation form.
In MySQL and MariaDB, registration of federated servers (FEDERATED SERVER) includes configuring the local server to Connecting to a remote server and defining federated tables (FEDERATED TABLE) that represent tables on the remote server. Registering a federated server allows data from the remote server to be accessed as if it were a local table.

The FEDERATED storage engine should be enabled on both the local and remote servers. The FEDERATED storage engine may not be enabled by default. Network connectivity, permissions, and appropriate configuration settings must exist on both the local and remote servers.

Some limitations apply to federated tables: for example, transactions, foreign keys and some table types are not supported.

More here: FEDERATED tables
More information about creating server connections: mysql.com and mariadb.com
Updated: 2023-09-14ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer