DROP SERVER
Remove a server definition. This command deletes the connection details for a remote server used by the FEDERATED or SPIDER storage engines.
Syntax
DROP SERVER [ IF EXISTS ] server_nameDescription
IF EXISTS
Examples
DROP SERVER s;DROP SERVER s;
ERROR 1477 (HY000): The foreign server name you are trying to reference
does not exist. Data source error: s
DROP SERVER IF EXISTS s;
Query OK, 0 rows affected (0.00 sec)See Also
Last updated
Was this helpful?

