Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. > con <- dbConnect(MySQL(),
  2. + user = 'root',
  3. + password = 'CENSORED',
  4. + host = 'localhost',
  5. + dname = 'maceme5_boldgrid')
  6. > summary(con)
  7. <MySQLConnection:0,0>
  8. User: root
  9. Host: localhost
  10. Dbname:
  11. Connection type: Localhost via UNIX socket
  12.  
  13. Results:
  14. > dbGetInfo(con)
  15. $host
  16. [1] "localhost"
  17.  
  18. $user
  19. [1] "root"
  20.  
  21. $dbname
  22. [1] ""
  23.  
  24. $conType
  25. [1] "Localhost via UNIX socket"
  26.  
  27. $serverVersion
  28. [1] "5.5.5-10.0.31-MariaDB"
  29.  
  30. $protocolVersion
  31. [1] 10
  32.  
  33. $threadId
  34. [1] 19162
  35.  
  36. $rsId
  37. list()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement