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
I would like a mysql_upgrade command that can automate reimporting views and triggers as utf8 (possibly parameterized $charset).
Additionally it would be nice if I could specify rebuilding tables to force them into the current major version format. (i.e. tables whose .frm's mysql_version is particularly old). I recently ran into a few 5.6 bugs where simply rebuilding a 5.0 based table resolved the issue. mysql_upgrade otherwise skipped these tables as they weren't using an offending character set.
The text was updated successfully, but these errors were encountered:
I would like a mysql_upgrade command that can automate reimporting views and triggers as utf8 (possibly parameterized $charset).
Additionally it would be nice if I could specify rebuilding tables to force them into the current major version format. (i.e. tables whose .frm's mysql_version is particularly old). I recently ran into a few 5.6 bugs where simply rebuilding a 5.0 based table resolved the issue. mysql_upgrade otherwise skipped these tables as they weren't using an offending character set.
The text was updated successfully, but these errors were encountered: