deleteCloudMysqlUserList
    • PDF

    deleteCloudMysqlUserList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Deleting Cloud DB for MySQL instance DB Users

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    regionCode can be obtained via the getRegionList action
    Default: selects the first region of the getRegionList query results
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action
    cloudMysqlUserList.N.nameYesList<String>Only alphanumeric characters, underscores (_), and hyphens (-) are allowed, and the first character must be a letter.
    Min: 4
    Max: 16
    - MySQL User ID
    cloudMysqlUserList.N.hostIpYesList<String>- MySQL User host
    Example:
    Allow access to all: %
    Allow access to specific IPs: 1.1.1.1
    Allow access to an IP range: 1.1.1.%
    outputNoString- Format type of the response result
    Options : xml | json
    Default : json

    Examples

    Request examples

    ncloud vmysql deleteCloudMysqlUserList --regionCode KR --cloudMysqlInstanceNo ****890 --cloudMysqlUserList "name='testuser', hostIp='%'"
    

    Response examples

    <deleteCloudMysqlUserListResponse>
        <requestId>2afd05f7-8817-4234-8a77-c9a5906133d8</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </deleteCloudMysqlUserListResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.