Skip to content

AWS's VDB set up manual #5

@InfiniteRegen

Description

@InfiniteRegen
  1. set password for root. (caution: you should change not only password for localhost but also all of root's password)

  2. then type this two lines ( preventing data integrity crushed)
    __# python manage.py migrate vdb zero
    __# python manage.py migrate vdb


  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions