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

前端 未结 6 1594
我在风中等你
我在风中等你 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:47

    I followed Krashan Brahmanjara's instructions. And I deleted

        if (! empty($locale)) { $this->query("SET lc_messages = '" . $locale . "';", $link, self::QUERY_STORE);
    }
    

    I also deleted if ($GLOBAL

提交回复
热议问题