Guest User

Untitled

a guest
Jun 26th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ########################################################
  2. # Default config file for Marty's mysql back up utility#
  3. ########################################################
  4. ## Example config:
  5. # [<dbname>]
  6. # host = <host>
  7. # port =
  8. # dbuser = <dbusername>
  9. # dbpass = <dbpassword>
  10. ########################################################
  11.  
  12. [mydb]
  13. host = localhost
  14. port =
  15. dbuser = mydbuser
  16. dbpass = *****
Add Comment
Please, Sign In to add comment