Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. mysql:
  2. hostname: localhost
  3. port: 3306
  4. socket: /tmp/mysql.sock
  5. username: root
  6. password: *************
  7. database: user_data
  8. compress: false
  9. destination:
  10. # if file is given, output goes to file, else postgres
  11. file:
  12. postgres:
  13. hostname: localhost
  14. port: 5432
  15. username: root
  16. password: ************
  17. database: user_data
  18.  
  19. _mysql_exceptions.OperationalError: (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement