setSQLOptions: Set SQL Options

View source: R/setSQLOptions.R

setSQLOptionsR Documentation

Set SQL Options

Description

This function sets SQL default options for making database connections

Usage

setSQLOptions(localhoststr, portno, userstr, passwdstr, dbNameStr)

Arguments

dbNameStr

Database name to use for connections

host

Host location (often times localhost)

port

Port where the mysql server is open

user

MySQL username

password

Password used for login for MySQL server

Examples

  setSQLOptions("localhost",3306,"user","password","dbName")

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.