Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Cannot create DB in MySQL 5.5 #287

Open
SimonHova opened this issue Jul 22, 2016 · 1 comment
Open

Cannot create DB in MySQL 5.5 #287

SimonHova opened this issue Jul 22, 2016 · 1 comment

Comments

@SimonHova
Copy link

When running install.py while connecting to a remote MySQL DB, I get an error Specified key was too long; max key length is 767 bytes. Checking the link from Stack Overflow, the problem can be solved by changing the field size to 255 (instead of 256). Will pull, and test.

@brookesy2
Copy link
Collaborator

Thank you!!

On Sat, 23 Jul 2016 at 00:29, Simon Hova [email protected] wrote:

When running install.py while connecting to a remote MySQL DB, I get an
error Specified key was too long; max key length is 767 bytes. Checking
the link from Stack Overflow http://stackoverflow.com/a/16820166/514085,
the problem can be solved by changing the field size to 255 (instead of
256). Will pull, and test.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#287, or mute the thread
https://github.com/notifications/unsubscribe-auth/ADbO4EjpmvM7wDyExDYs3jfCkx8iWBpgks5qYVJ1gaJpZM4JTNqv
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants