1. I changed the table hyperkitty_email.

2.
The    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'mailman3web',
        'USER': 'mailman3user',
        # TODO: Replace this with the password.
        'PASSWORD': '****',
        'HOST': 'localhost',
        'PORT': '5432',
        # For MySQL/MariaDB, in addition to changing the 'ENGINE' setting,
        # uncomment the following to enable utf8 4-byte encodings.
        'OPTIONS': {
   'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'mailman3web',
        'USER': 'mailman3user',
        # TODO: Replace this with the password.
        'PASSWORD': '883AGfuadS7gg',
        'HOST': 'localhost',
        'PORT': '5432',
        # For MySQL/MariaDB, in addition to changing the 'ENGINE' setting,
        # uncomment the following to enable utf8 4-byte encodings.
        'OPTIONS': {
                'charset': 'utf8mb4',
                'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
        }
    }
}

                'charset': 'utf8mb4',

is already present.


The Error message is still coming.

What do I have to fix next?
_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/AK7GMZPSBJKAZLA3GKP6KNRVTAO3X36D/

This message sent to [email protected]

Reply via email to