Advertisement
Guest User

Connessione MuleSoft a Database MySQL

a guest
Sep 26th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. <db:config name= "dbConfig">
  2.   <db:my-sql-connection host="0.0.0.0" port="3306" user="Max" password="POWERS" database="someSchema"/>
  3. </db:config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement