Python3 + Google App Engine + MySQL

时间:2017-11-09 05:05:11

标签: python sql django google-app-engine pip

我现在已经在这方面苦苦挣扎了一段时间,似乎无法在任何地方找到答案......

我正在使用本教程使用Google应用引擎设置django应用: https://cloud.google.com/python/django/appengine

我现在正在步骤"从本地计算机运行应用程序"

当我尝试运行django mirgate命令时,我收到以下错误:

django.db.utils.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' ([Errno 61] Connection refused)")

我知道如何解决这个问题?

我尝试使用pip安装mysqlclient但是我也遇到了以下错误:

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/yt/ykmtcb9j4tzfxh3rmzfmzxkh0000gp/T/pip-build-xzqmic32/mysqlclient/

非常感谢任何帮助!

0 个答案:

没有答案