Skip to content

Instantly share code, notes, and snippets.

@Daviey
Created May 26, 2016 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daviey/3979f1049405b5edfc5c492bfee12a16 to your computer and use it in GitHub Desktop.
Save Daviey/3979f1049405b5edfc5c492bfee12a16 to your computer and use it in GitHub Desktop.
[root@ampvc-dd0070 ~]# docker exec -it mariadb mysql
ERROR 1045 (28000): Access denied for user 'mysql'@'localhost' (using password: NO)
[root@ampvc-dd0071 ~]# docker exec -it mariadb mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111 "Connection refused")
[root@ampvc-dd0072 ~]# docker exec -it mariadb mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111 "Connection refused")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment