Guest User

Untitled

a guest
May 8th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. root@host2128:~# mysql --defaults-file=/root/.my.cnf
  2. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
  3.  
  4. [mysqldump]
  5. host = remote_server_ip
  6. port = 3306
  7. user = backup_user
  8. password = mypass
  9. quick
  10. quote-names
  11. max_allowed_packet = 16M
Add Comment
Please, Sign In to add comment