SHOW CREATE SERVER
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', DATABASE 'db1', USER 'maxscale', PASSWORD 'password');The SHOW CREATE SERVER statement is not available.
See Also
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
.png?alt=media&token=7e7f4c73-9972-4e67-9a1a-74dc18591022&width=260&dpr=4&quality=100&sign=760f8d93&sv=2)
.png?alt=media&token=ee5a45b3-d05b-4bb5-97d0-0f25c5eeb110&width=260&dpr=4&quality=100&sign=12bc3702&sv=2)