Skip to content

The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled: see the documentation for 'show_compatibility_56'

Published: at 08:51 AM (1 min read)

原因是 [email protected] show_compatibility_56 已經 deprecated

進 mysql 後執行以下指令即可

set @@global.show_compatibility_56=ON;

Previous Post
[ubuntu] Your PHP installation appears to be missing the MySQL extension which is required by WordPress
Next Post
[css] 讓 CSS 動畫重新開始