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
In newer versions of MySQL (5.7 specifically), our blank password field on the users table causes problems during our insert. Since we don't store passwords anyway, we should remove this field.
Only critical once we decide to move off of MySQL 5.5, but should be done sooner rather than later.
The text was updated successfully, but these errors were encountered:
In newer versions of MySQL (5.7 specifically), our blank
password
field on theusers
table causes problems during our insert. Since we don't store passwords anyway, we should remove this field.Only critical once we decide to move off of MySQL 5.5, but should be done sooner rather than later.
The text was updated successfully, but these errors were encountered: