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

Subscribe to our news:
Partners
Testimonials
Renaud Lepage: "I was searching for a powerful server management as well as data management application, that could also have the ability to use stored procedures (MySQL5). I was using many separate apps. And then I stumbled upon this application. It just got better. With ease-of-use, powerful management, a very good level of customization, great MySQL server management and the very lushed graphical interface, MySQL Maestro is a product to consider seriously. I chose MySQL and this, to SQL Server 2000 and the MMC-integrated server management, for use in a programming course. I'm telling you, MySQL Maestro is a very powerful tool. Try it, you won't regret it".
Juan Guzman: "MySQL Maestro seemed like an extremely useful, very robust software and very well designed too. Congratulations".

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