DROP SERVER Syntax
Drops the server definition for the server named . The corresponding row within the server_namemysql.servers table will be deleted. This statement requires the SUPER privilege.
Dropping a server for a table does not affect any FEDERATED tables that used this connection information when they were created. See , "CREATE SERVER Syntax".
DROP SERVER does not cause an automatic commit.