You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/08 01:44:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-4017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282906#comment-16282906 ] 

ASF subversion and git services commented on GEODE-4017:
--------------------------------------------------------

Commit 10e9a0e5403101103fbc10b14c28bf8646351ab2 in geode's branch refs/heads/feature/GEODE-4017 from [~lgallinat]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=10e9a0e ]

GEODE-4017 Add alter connection command


> 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)