prorm API Reference
    Preparing search index...

    Interface AlterUserOptions

    interface AlterUserOptions {
        host?: string;
        password?: string;
        authPlugin?: string;
        requireSSL?: boolean | "NONE";
        maxConnections?: number;
        maxQueriesPerHour?: number;
        maxUpdatesPerHour?: number;
        maxConnectionsPerHour?: number;
        passwordExpirePolicy?: number | "DEFAULT" | "NEVER" | "INTERVAL";
        accountLocked?: boolean;
        unlockAccount?: boolean;
        resetExpiredPassword?: boolean;
    }
    Index
    host?: string
    password?: string
    authPlugin?: string
    requireSSL?: boolean | "NONE"
    maxConnections?: number
    maxQueriesPerHour?: number
    maxUpdatesPerHour?: number
    maxConnectionsPerHour?: number
    passwordExpirePolicy?: number | "DEFAULT" | "NEVER" | "INTERVAL"
    accountLocked?: boolean
    unlockAccount?: boolean
    resetExpiredPassword?: boolean