Description Usage Arguments Value
View source: R/get_connections.R
This function establishes a mysql connection.
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
)
|
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. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.