Advertisement
Guest User

mysqlstandalone

a guest
Jul 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <datasource jndi-name="java:jboss/datasources/testowa" pool-name="testowa" enabled="true" use-java-context="true">
  2. <connection-url>jdbc:mysql://localhost/examplebase?useSSL=false</connection-url>
  3. <driver>mysql</driver>
  4. <security>
  5. <user-name>root</user-name>
  6. <password>admin</password>
  7. </security>
  8. </datasource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement