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.
1 parent b3559ee commit 912729aCopy full SHA for 912729a
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