mysql 설명 분석이 안되는 이유는 무엇입니까? mariadb 10.1.36-MariaDB가 있는 것 외에 다음과 같은 오류가 발생합니다. EXPLAIN ANALYZE select 1 MySQL said: Documentation 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ANALYZE select 1' at line 1 여기서 추가로 해야 할 일이 뭐죠?제 PHP 버전은 7.2.11입니다.문서 https://mariadb.com/kb/en/explain-analyze/에서 볼 수 있듯이 의..