MySQL 9.3.0
Source Code Documentation
UserOptions Struct Reference

#include <bootstrap_mysql_account.h>

Public Attributes

std::string account
 
uint64_t password_retries {kMaxPasswordRetries}
 
std::string account_create {"if-not-exists"}
 
bool force_password_validation {false}
 
Strings grant_role
 
bool autogenerated {false}
 

Member Data Documentation

◆ account

std::string UserOptions::account

◆ account_create

std::string UserOptions::account_create {"if-not-exists"}

◆ autogenerated

bool UserOptions::autogenerated {false}

◆ force_password_validation

bool UserOptions::force_password_validation {false}

◆ grant_role

Strings UserOptions::grant_role

◆ password_retries

uint64_t UserOptions::password_retries {kMaxPasswordRetries}

The documentation for this struct was generated from the following file: