Advertisement
oscarholmedo

Aws EC2 Mysql error 10061 fix

Aug 6th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Amazon EC2 Mysql connect error
  2. Can't connect to MySQL server on 'server' (10061)
  3. Fix:
  4. edit /etc/mysql/my.cnf and replace this line:
  5. bind-address = 127.0.0.1
  6. with
  7. bind-address = 0.0.0.0
  8. and restart the mysqld server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement