iron-io / functions

IronFunctions - the serverless microservices platform by
https://iron.io
Apache License 2.0
3.18k stars 227 forks source link

install falied using mysql database with utf8 charset #655

Closed heww closed 7 years ago

heww commented 7 years ago
time="2017-10-27T09:38:02Z" level=info msg="MySQL dialed" max_idle_connections=30 
time="2017-10-27T09:38:02Z" level=fatal msg="Error initializing datastore." error="Error 1071: Specified key was too long; max key length is 767 bytes" 
c0ze commented 7 years ago

hello @heww ,

Assuming you are following mysql docs .

It is difficult to diagnose a problem with so little information, but it seems your problem is about indexing a UTF8 field in MySQL. I would advise checking stackoverflow for similar problems. If you have identified this as a IronFunctions specific problem, please share some information.

Thanks !