作家
登录

关于MySQL ERROR 1146 Table doesnt exist的解析

作者: 来源: 2017-10-11 15:04:04 阅读 我要评论

  • #define DICT_TF_WIDTH_ZIP_SSIZE     4    
  •  
  • /** Width of the ATOMIC_BLOBS flag.  The Antelope file formats broke up    
  • BLOB and TEXT fields, storing the first 768 bytes in the clustered index.    
  • Barracuda row formats store the whole blob or text field off-page atomically.    
  • Secondary indexes are created from this external data using row_ext_t    
  • to cache the BLOB prefixes. */    
  • #define DICT_TF_WIDTH_ATOMIC_BLOBS  1    
  •  
  • /** If a table is created with the MYSQL option DATA DIRECTORY and    
  • innodb-file-per-table, an older engine will not be able to find that table.    
  • This flag prevents older engines from attempting to open the table and    
  • allows InnoDB to update_create_info() accordingly. */    
  • #define DICT_TF_WIDTH_DATA_DIR      1    
  •  
  • /** Width of the SHARED tablespace flag.    
  • It is used to identify tables that exist inside a shared general tablespace.    
  • If a table is created with the TABLESPACE=tsname option, an older engine will    
  • not be able to find that table. This flag prevents older engines from attempting    
  • to open the table and allows InnoDB to quickly find the tablespace. */    
  • #define DICT_TF_WIDTH_SHARED_SPACE  1  
  • 如不雅报错出现我们须要起首查看的是INNODB_SYS_TABLES是否包含了这个表的信息。也许在这些数据字典中也许某些列并显示并不是那么明白,比如

    1. mysql> select * from information_schema.innodb_sys_tables 

        推荐阅读

        因为这些原因 让你讨厌DIY装机吗?

      DIY就是靠你本身着手做的意思,这意味着DIY拥有很大年夜的自由度和那份无人能赐与的成就感,但当然了,伴跟着的也拥有必定的难度与障碍。对于我们DIY装机来说,那些DIY玩家应当也就是凭借着前面所说那份>>>详细阅读


      本文标题:关于MySQL ERROR 1146 Table doesnt exist的解析

      地址:http://www.17bianji.com/lsqh/37797.html

    关键词: 探索发现

    乐购科技部分新闻及文章转载自互联网,供读者交流和学习,若有涉及作者版权等问题请及时与我们联系,以便更正、删除或按规定办理。感谢所有提供资讯的网站,欢迎各类媒体与乐购科技进行文章共享合作。

    网友点评
    自媒体专栏

    评论

    热度

    精彩导读
    栏目ID=71的表不存在(操作类型=0)