当前位置: 首页 > 工具软件 > rttys > 使用案例 >

rttys 数据库报错

宦书
2023-12-01
  • rttys: rtty 的服务端

  • https://github.com/open-dingtalk/pierced

  • Specified key was too long; max key length is 1000 bytes

  • Make sure MySQL is configured with the InnoDB storage engine.

  • Change the storage engine used by default so that new tables will always be created appropriately:

    set GLOBAL storage_engine='InnoDb';

  • For MySQL 5.6 and later, use the following:

    SET GLOBAL default_storage_engine = 'InnoDB';

 类似资料: