Display the CREATE SERVER statement. This statement shows the configuration details for a defined federated server connection.
Syntax
SHOW CREATE SERVER server_nameDescription
Shows the CREATE SERVER statement that created the given server definition.
Example
SHOW CREATE SERVER srv1\G
*************************** 1. row ***************************
Server: srv1
Create Server: CREATE SERVER `srv1` FOREIGN DATA WRAPPER mysql
OPTIONS (HOST '172.30.0.58', DATABASEThe SHOW CREATE SERVER statement is not available.
This page is licensed: CC BY-SA / Gnu FDL