How to merge two line in site.xml file - Ask Ubuntu
i want merge these 2 line in one:
<value>jdbc:mysql://localhost/metastore?usessl=false</value> <value>jdbc:mysql://localhost/metastore?createdatabaseifnotexist=true</value>
what correct syntax ?
Comments
Post a Comment