Advertisement
Guest User

Wayno

a guest
Dec 7th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. nwayno@Willy:/etc/mythtv$ sudo cat config.xml
  2. <Configuration>
  3. <LocalHostName>my-unique-identifier-goes-here</LocalHostName>
  4. <Database>
  5. <PingHost>1</PingHost>
  6. <Host>localhost</Host>
  7. <UserName>mythtv</UserName>
  8. <Password>a7uqEtX67ssvoij2</Password>
  9. <DatabaseName>mythconverg</DatabaseName>
  10. <Port>3306</Port>
  11. </Database>
  12. <WakeOnLAN>
  13. <Enabled>0</Enabled>
  14. <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
  15. <SQLConnectRetry>5</SQLConnectRetry>
  16. <Command>echo 'WOLsqlServerCommand not set'</Command>
  17. </WakeOnLAN>
  18. </Configuration>
  19.  
  20. nwayno@Willy:/etc/mythtv$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement