PDF (US Ltr)
- 40.4Mb
PDF (A4)
- 40.5Mb
Man Pages (TGZ)
- 259.5Kb
Man Pages (Zip)
- 366.7Kb
Info (Gzip)
- 4.1Mb
Info (Zip)
- 4.1Mb
DROP SERVER [ IF EXISTS ] server_name
Drops the server definition for the server named
. The
corresponding row in the server_namemysql.servers table is
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
Section 15.1.18, “CREATE SERVER Statement”.
DROP SERVER causes an implicit commit. See
Section 15.3.3, “Statements That Cause an Implicit Commit”.
DROP SERVER is not written to the binary log,
regardless of the logging format that is in use.