All pages
Powered by GitBook
1 of 1

Loading...

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_name

Description

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

The SHOW CREATE SERVER statement is not available.

See Also

This page is licensed: CC BY-SA / Gnu FDL

'db1'
, USER
'maxscale'
,
PASSWORD
'password'
);
CREATE SERVER