mysql 오류 : ERROR 1018 (HY000):'.'의 dir를 읽을 수 없습니다(errno: 13). mysql에서 데이터베이스를 표시하려고 하면 다음 오류가 나타납니다. ERROR 1018 (HY000): Can't read dir of '.' (errno: 13) 그러면 내 앱이... django 디버거에 다음과 같이 표시됩니다. (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/my_database' (13)") 다음은 설정 파일입니다. DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'm..