CREATE DATABASE airflow; CREATE USER 'admin'@'%' IDENTIFIED BY 'admin'; GRANT ALL PRIVILEGES ON airflow.* TO admin@'%'; https://bcdragonfly.tistory.com/27 [Django] _mysql' is not defined 호환에러 해결하기 [파이썬 장고] _mysql' is not defined 호환에러 해결하기 [Django] _mysql' is not defined 호환에러 해결하기 [Python Django] _mysql' is not defined 호환에러 해결하기 #ERROR version_info, _mysql.version_info, _mysql.__file__ NameE bcdr..