I loged onto the phpmyadmin. After loging in i am get the error.

别来无恙 提交于 2019-12-11 16:08:05

问题


SQL query: Edit Edit

SET lc_messages = 'en_US'; MySQL said: Documentation

1193 - Unknown system variable 'lc_messages'


回答1:


Here's the MySQL documentation about lc_messages variable. This is what it says:

As of MySQL 5.5, the server searches for the error message file using these rule...

So, it's likely that you are using an older MySQL version than 5.5 and hence, it can't recognise this variable.




回答2:


As far as i know you have to run MySQL > 5.5 to set lc_messages. Maybe this will help: MySQL reference manual



来源:https://stackoverflow.com/questions/46360220/i-loged-onto-the-phpmyadmin-after-loging-in-i-am-get-the-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!