An index with name 'cards_abid' was already defined on table 'oc_cards'.  

标签: ,

正在查看 0 条回复
  • 作者
    帖子
    • okass - WirelessLink社区okass
      参与者
      #1132
      Up
      0
      Down
      ::

      命令行安装nextcloud出现错误

      An index with name ‘cards_abid’ was already defined on table ‘oc_cards’.

       

      删除某个table上的index索引

      > 进入数据库后台

      > use 数据库名; //进入数据库

      > show tables;    //查看数据库的table表

       

      删除问题索引示例:

      DROP INDEX index_name ON tbl_name

      > DROP INDEX calendartype ON oc_calendarobjects_props;

       

      如果删除字段(这个字段从此就没有了):

      ALTER TABLE table_name DROP COLUMN field_name;

      > ALTER TABLE oc_calendarobjects_props DROP COLUMN calendartype ;

      访问ChatGPT的可用VPS机房IP推荐 Lisahost美国原生IP搬瓦工美西DMITTripodcloudFrantech
正在查看 0 条回复
  • 哎呀,回复话题必需登录。
WirelessLink社区
Logo