ALTER SERVERserver_nameOPTIONS (option...)
Alters the server information for
,
adjusting the specified options as per the server_nameCREATE
SERVER command. See Section 13.1.11, “CREATE SERVER Syntax”.
The corresponding fields in the mysql.servers
table are updated accordingly. This statement requires the
SUPER privilege.
For example, to update the USER option:
ALTER SERVER s OPTIONS (USER 'sally');
ALTER SERVER does not cause an automatic
commit.

User Comments
Add your own comment.