Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Update corretor.R
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechalom committed Sep 25, 2015
1 parent 71dbc24 commit 50cc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/corretor.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ connect <- function () {
require(RMySQL)
# Conexao com o banco de dados
try(dbDisconnect(con), silent=TRUE)
con<- dbConnect(MySQL(), user="notaR", password="V3n4bl3s", dbname="notaR")
con<- dbConnect(MySQL(), user="notaR", password="password", dbname="notaR")
return (con);
}
con <- connect()
Expand Down

0 comments on commit 50cc40a

Please sign in to comment.