Linux After installing lamp on Alibaba Cloud, then installed phpmyadmin
System: Centos7.2
apache
mysql5.7.17
php5.6
Then log in to phpmyadmin
I found an error when building the database
A colleague had the same problem.
Looking for a solution!
ONLY_FULL_GROUP_BY:
As a solution, add the following lines to my.cnf
Remove only_full_group_by in sql_mode
Then restart MySQL Server.
Look at the mysql error report saying that when selecting, there is no group by field in the select. Of course, this is just a low-level error. It may be that some configurations of your mysql or phpadmin are incorrect. Or the php extension required by phpadmin is not turned on.