You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/07/17 02:11:54 UTC

[GitHub] [skywalking] tianfuhou opened a new issue #5113: ModuleStartException: Specified key was too long; max key length is 767 bytes

tianfuhou opened a new issue #5113:
URL: https://github.com/apache/skywalking/issues/5113


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [+] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   怎么初始化mysql数据库?创建数据库的时候,应该指定哪种字符集?
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   skywalking 8.0.1
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ./oapServiceInit.sh 初始化myql 报如下错误:
   2020-07-17 10:07:31,855 - org.apache.skywalking.oap.server.core.storage.model.ModelInstaller - 54 [main] INFO  [] - table: alarm_record does not exist
   2020-07-17 10:07:31,897 - org.apache.skywalking.oap.server.starter.OAPServerBootstrap - 57 [main] ERROR [] - Specified key was too long; max key length is 767 bytes
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5113: ModuleStartException: Specified key was too long; max key length is 767 bytes

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5113:
URL: https://github.com/apache/skywalking/issues/5113#issuecomment-659791439


   English onlyl


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #5113: ModuleStartException: Specified key was too long; max key length is 767 bytes

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5113:
URL: https://github.com/apache/skywalking/issues/5113


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] Georege commented on issue #5113: ModuleStartException: Specified key was too long; max key length is 767 bytes

Posted by GitBox <gi...@apache.org>.
Georege commented on issue #5113:
URL: https://github.com/apache/skywalking/issues/5113#issuecomment-822914304


   drop database if exists k8s_skywalking;
   CREATE DATABASE IF NOT EXISTS k8s_skywalking DEFAULT CHARSET latin1 COLLATE latin1_general_ci;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rainbowsky911 commented on issue #5113: ModuleStartException: Specified key was too long; max key length is 767 bytes

Posted by GitBox <gi...@apache.org>.
rainbowsky911 commented on issue #5113:
URL: https://github.com/apache/skywalking/issues/5113#issuecomment-864443633


   > drop database if exists k8s_skywalking;
   > CREATE DATABASE IF NOT EXISTS k8s_skywalking DEFAULT CHARSET latin1 COLLATE latin1_general_ci;
   
   666


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org