update connect to database MySQL
This commit is contained in:
parent
e4f1f973ef
commit
ef8d341712
|
@ -78,8 +78,8 @@ DATABASES = {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'NAME': 'pairent_db',
|
'NAME': 'pairent_db',
|
||||||
'USER': 'root',
|
'USER': 'root',
|
||||||
'PASSWORD': '',
|
'PASSWORD': 'HuyZalupa98',
|
||||||
'HOST': '127.0.0.1',
|
'HOST': '178.20.44.123',
|
||||||
'PORT': '3306',
|
'PORT': '3306',
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"
|
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"
|
||||||
|
|
Loading…
Reference in New Issue