Skip to main content

MySQL v8 Packed MYISAM tables - INFORMATION_SCHEMA not updated

Comments

2 comments

  • fepeacock
    Hello, I have found the solution: MySQL v8 caches dynamic table metadata. It is necessary to set the system variable "information_schema_stats_expiry = 0" to allow updates to this data or else to wait for the expiry time in seconds to elapse. Cheers, Frank
    0
  • cPanelLauren
    I'm really happy to see you were able to find the solution to this and thank you for updating the thread with what resolved the issue.
    0

Please sign in to leave a comment.