#1193 - Unknown system variable 'lc_messages' when trying to login to phpmyadmin

前端 未结 6 1592
我在风中等你
我在风中等你 2020-11-30 11:39

I have recently installed MySQL and phpMyAdmin, but when I try to login to phpMyAdmin with the root credentials I get the following error for this query:

SQL query:<

6条回答
  •  悲&欢浪女
    2020-11-30 11:42

    I faced the same problem. Check your mySQL version:

    For mySQL 5.5, use phpMyAdmin 4.4.x and above

    For mySQL 5.1, use phpMyAdmin 4.0.x

    Hope this helps someone.

提交回复
热议问题