Advertisement
Guest User

Untitled

a guest
Nov 18th, 2010
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Copyright 2008 Pentaho Corporation.  All rights reserved.
  2. # This software was developed by Pentaho Corporation and is provided under the terms
  3. # of the Mozilla Public License, Version 1.1, or any later version. You may not use
  4. # this file except in compliance with the license. If you need a copy of the license,
  5. # please go to http://www.mozilla.org/MPL/MPL-1.1.txt. The Original Code is the Pentaho
  6. # BI Platform.  The Initial Developer is Pentaho Corporation.
  7. #
  8. # Software distributed under the Mozilla Public License is distributed on an "AS IS"
  9. # basis, WITHOUT WARRANTY OF ANY KIND, either express or  implied. Please refer to
  10. # the license for the specific language governing your rights and limitations.
  11. SampleData/type=javax.sql.DataSource
  12. SampleData/driver=org.hsqldb.jdbcDriver
  13. SampleData/user=pentaho_user
  14. SampleData/password=password
  15. SampleData/url=jdbc:hsqldb:mem:SampleData
  16.  
  17. # NOTE: If you would like to access the running HSQLDB server, comment
  18. #       out the above line and uncomment the following line
  19. # SampleData/url=jdbc:hsqldb:hsql://localhost/sampledata
  20.  
  21. SampleDataAdmin/type=javax.sql.DataSource
  22. SampleDataAdmin/driver=org.hsqldb.jdbcDriver
  23. SampleDataAdmin/user=pentaho_admin
  24. SampleDataAdmin/password=password
  25. SampleDataAdmin/url=jdbc:hsqldb:mem:SampleData
  26.  
  27. # NOTE: If you would like to access the running HSQLDB server, comment
  28. #       out the above line and uncomment the following line
  29. # SampleDataAdmin/url=jdbc:hsqldb:hsql://localhost/sampledata
  30.  
  31. bijndi/type=javax.sql.DataSource
  32. bijndi/driver=com.mysql.jdbc.Driver
  33. bijndi/user=root
  34. bijndi/password=mypassword
  35. bijndi/url=jdbc:mysql://localhost:5029/bi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement