summaryrefslogtreecommitdiffstats
path: root/config-default/mysql.xml
blob: 10aca7769490423e293565ec166d5639d3a20b99 (plain) (blame)
1
2
3
4
5
6
7
8
9
<mysql>
  <user>USER</user>
  <pass>PASS</pass>
  <db>asm_main</db>
  <table>alertlog</table>
  <actiontable>actionlog</actiontable>
  <host>localhost</host>
  <port>3307</port>
</mysql>