diff --git a/doc/70-Troubleshooting.md b/doc/70-Troubleshooting.md
new file mode 100644
index 00000000..080c6933
--- /dev/null
+++ b/doc/70-Troubleshooting.md
@@ -0,0 +1,12 @@
+# Troubleshooting
+
+## MySQL Import: Key too long
+
+MySQL schema import fails like this:
+
+```
+ERROR 1071 (42000) at line 1: Specified key was too long; max key length is 767 bytes
+```
+
+Ensure to follow the [database setup](02-Installation.md#installation-database-setup)
+and enable `innodb_large_prefix` in your database server configuration.