8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3559ee + 912729a commit 6b5ec6dCopy full SHA for 6b5ec6d
appengine/flexible/django_cloudsql/mysite/settings.py
@@ -87,6 +87,9 @@
87
'NAME': 'polls',
88
'USER': '<your-database-user>',
89
'PASSWORD': '<your-database-password>',
90
+ # For MySQL, set 'PORT': '3306' instead of the following. Any Cloud
91
+ # SQL Proxy instances running locally must also be set to tcp:3306.
92
+ 'PORT': '5432',
93
}
94
95
# In the flexible environment, you connect to CloudSQL using a unix socket.
0 commit comments