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
minor #13765 Update column type for MySQL sessions table (beejaz)
This PR was merged into the 4.4 branch.
Discussion
----------
Update column type for MySQL sessions table
This page hasnt been updated with this fix#12641 for "Preparing the Database to Store Sessions" on MySQL db, causing error:
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'sess_lifetime' at row 1
Its fixed by changing MEDIUMINT to INTEGER UNSIGNED for sess_lifetime column.
Its the same miss in 4.4, 5.0 and 5.1
Commits
-------
6565de2 Update column type for MySQL sessions table
0 commit comments