You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Lynn Gallinat (JIRA)" <ji...@apache.org> on 2017/12/06 18:23:00 UTC

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

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

Lynn Gallinat reassigned GEODE-4017:
------------------------------------

    Assignee: Lynn Gallinat  (was: Kirk Lund)

> 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
>
> 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
(v6.4.14#64029)