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

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

    I had the same problem and here is how I fixed it:

    1. Upgraded mysql to latest version: http://www.tecmint.com/install-latest-mysql-on-rhel-centos-and-fedora/

    2. After the upgrade mysql service couldn't start. Here's the fix:
      mysqld_safe --skip-grant-tables
      mysql_upgrade

提交回复
热议问题