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
Temporary fix is disabling this check in the database:
mysql> SHOW VARIABLES LIKE '%fk%';
+---------------------------------+-------+
| Variable_name | Value |
+---------------------------------+-------+
| restrict_fk_on_non_standard_key | ON |
+---------------------------------+-------+
1 row in set (0,00 sec)
mysql> SET GLOBAL restrict_fk_on_non_standard_key = OFF;
Query OK, 0 rows affected, 1 warning (0,00 sec)
I've started seeing this error when trying to create/populate the genes table:
The text was updated successfully, but these errors were encountered: