Skip to content

Instantly share code, notes, and snippets.

@tmanOC
Created November 19, 2019 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmanOC/29eecea6a37e295459513ea29ca714b6 to your computer and use it in GitHub Desktop.
Save tmanOC/29eecea6a37e295459513ea29ca714b6 to your computer and use it in GitHub Desktop.
MySQL 8 connector settings
DATABASES = {
'default': {
'ENGINE': 'mysql.connector.django',
'NAME': '****',
'USER': '****',
'PASSWORD': '****',
'HOST': '****',
'PORT': '****',
'OPTIONS': {
"use_pure": True
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment