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

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

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

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)

Reply via email to