GetMySQLConnection: Get MySQL connection

Description Usage Arguments Value

View source: R/get_connections.R

Description

This function establishes a mysql connection.

Usage

1
2
3
4
5
6
7
8
9
GetMySQLConnection(
  db.host,
  db.user,
  db.pass,
  db.port,
  db.default,
  db.compression = 32,
  db.pool = FALSE
)

Arguments

db.host

string identifying the host machine running the MariaDB server.

db.user

Username

db.pass

Password .

db.port

Integer of the tcp/ip port to establish a connection.

db.compression

Default: 32.

db.pool

Pool flag. By Default: False. If it is true, function generates a pool connection to mysql server.

Value

None


calejero/RswissknifeDB documentation built on Aug. 3, 2020, 3:01 a.m.