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
We write our software with the PHP framework CakePHP.
For internal database migrations there is a database table called phinxlog which by default has a different collation than the rest of the tables. Currently, this always causes MySQLTuner to report collation mismatchtes.
It would be great if there was a CLI option to ignore certain tables which don't need to be checked.
How to reproduce:
A database where all tables have the same collation except one or a few that could be ignored.
If this feature is implemented I would gladly test this feature.
The text was updated successfully, but these errors were encountered:
We write our software with the PHP framework CakePHP.
For internal database migrations there is a database table called
phinxlog
which by default has a different collation than the rest of the tables. Currently, this always causes MySQLTuner to report collation mismatchtes.It would be great if there was a CLI option to ignore certain tables which don't need to be checked.
How to reproduce:
A database where all tables have the same collation except one or a few that could be ignored.
If this feature is implemented I would gladly test this feature.
The text was updated successfully, but these errors were encountered: