You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2018/02/01 22:52:55 UTC

[jira] [Closed] (GEODE-4017) Implement alter jdbc-connection command

     [ https://issues.apache.org/jira/browse/GEODE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swapnil Bawaskar closed GEODE-4017.
-----------------------------------

> Implement alter jdbc-connection command
> ---------------------------------------
>
>                 Key: GEODE-4017
>                 URL: https://issues.apache.org/jira/browse/GEODE-4017
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, regions
>            Reporter: Kirk Lund
>            Assignee: Lynn Gallinat
>            Priority: Major
>             Fix For: 1.4.0
>
>
> Need to be able to alter an existing JDBC connection via GFSH.
> {noformat}
> NAME
>     alter jdbc-connection
> SYNOPSIS
>     This provides the ability to alter the parameters necessary to communicate with a database through JDBC.
> SYNTAX
>     alter jdbc-connection [--url=value] [--user=value] [--password=value] [--params=key:value[,key:value...]]
> PARAMETERS
>     url
>         Change the url location for the database
>         Required: false
>     user
>         Change name of user to connect to database as
>         Required: false
>     password
>         Change the password to use when connecting to database
>         Required: false
>     Params
>         Change the additional parameters to use when connecting to database. No parameters are yet supported
>         Required: false
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)