-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
-
set password for root. (caution: you should change not only password for localhost but also all of root's password)
-
then type this two lines ( preventing data integrity crushed)
__# python manage.py migrate vdb zero
__# python manage.py migrate vdb
- because Current version of mysql on AWS doesn't support length of 16 for userid.
we should replace md5 functions used for userid with any hash function that generates less then 16 bytes string.
Metadata
Metadata
Assignees
Labels
No labels