1. 程式人生 > >1130, "Host 'DESKTOP-FK0AGS4' is not allowed to connect to this MySQL server

1130, "Host 'DESKTOP-FK0AGS4' is not allowed to connect to this MySQL server

django2.07版本連線mysql伺服器 1130, "Host 'DESKTOP-FK0AGS4' is not allowed to connect to this MySQL server  

 

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': "mxxshop",
        'USER': 'root',
        'PASSWORD': "123456",
        'HOST': "localhost"
, 'OPTIONS':{'init_command':'SET default_storage_engine=INNODB;'} # 'OPTIONS': { 'init_command': 'SET storage_engine=INNODB;' } 之前版本是這條 }
 'OPTIONS':{'init_command':'SET default_storage_engine=INNODB;'}新版本改成這條即可