Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Kenneth Wagner: "SQL Maestro is a delight to use. It is easy to learn. Almost always intuitive and has a good help system. I would gladly recommend it to either a beginner or even an advanced user".
Manu Gupta: "What I can say about it is that its simply awesome. I just used it for a day only, and explored a lot of things in it. Wow, its great. Thanks for such a nice tool. My wishes are with you".

More

Add your opinion

SQL Maestro for MySQL online help

Prev Return to chapter overview Next

Remote servers

The FEDERATED storage engine accesses data in tables of remote databases rather than in local tables. Use remote servers to lighten such table creating. The local server connects to a remote server, and uses the MySQL client API to read, delete, update, and insert data in the remote table.

 

To create a FEDERATED table using such a server, set the Connection property to 'remote_server_name/table_name' within the Create Table wizard.

 

 

New remote servers are added within Create Remote Server Wizard. In order to run the wizard you should either

 

select the Object | Create Database Object... main menu item;
select the Remote Servers icon in the Create Database Object dialog

or

select the Remote Servers list or any object from that list in the explorer tree;
select the Create New Remote Server... item from the popup menu

 

To create a new remote server with the same properties as one of the existing one has:

 

select the Object | Duplicate Database Object... main menu item;
follow the instructions of Duplicate Object Wizard.

 

 

 

Remote servers can be edited within Remote Server Editor. In order to run the editor you should either

 

select the remote server for editing in the explorer tree (type the first letters of the server name for quick search);
select the Edit Remote Server... item from the popup menu

 

 

 

To drop a remote server:

 

select the server to drop in the explorer tree;
select the Drop Remote Server item from the popup menu

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next