Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. use DBI;
  2.  
  3. my $dsn = "DBI:mysql:umls;mysql_read_default_group=client;";
  4.  
  5. my $dbh = DBI->connect($dsn);
  6.  
  7. ...
  8.  
  9. [client]
  10.  
  11. host=localhost
  12.  
  13. user=root
  14.  
  15. password=mypassword
  16.  
  17. database=umls
  18.  
  19. port=3306
  20.  
  21. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement