mysqldump_host: mysqldump_host

View source: R/utils_DBIO.R

mysqldump_hostR Documentation

mysqldump_host

Description

mysqldump_host

Usage

mysqldump_host(
  cnf = config::get(),
  exclude = c("mysql", "information_schema", "performance_schema", "phpmyadmin")
)

Arguments

cnf

configuration variables are obtained from an external file config file. default to config::get().

exclude

db-s to exclude default to c('mysql', 'information_schema', 'performance_schema')

Examples

## Not run: 
Sys.setenv(R_CONFIG_ACTIVE = "default")
dup::mysqldump_host()


## End(Not run)

mpio-be/dup documentation built on April 15, 2024, 8:10 p.m.