MySQL issues and solutions

From DevOps Notebook
Revision as of 14:33, 5 November 2020 by MilosZ (talk | contribs) (Created page with "=== ERROR 1799 (HY000): Creating index 'PRIMARY' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again. === <pre> mysql> show varia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ERROR 1799 (HY000): Creating index 'PRIMARY' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.

mysql> show variables like 'innodb_online%';
+----------------------------------+------------+
| Variable_name                    | Value      |
+----------------------------------+------------+
| innodb_online_alter_log_max_size | 134217728  |
+----------------------------------+------------+
1 row in set (0.00 sec)