You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
we should replace md5 functions used for userid with any hash function that generates less then 16 bytes string.