I loged onto the phpmyadmin. After loging in i am

2019-08-21 08:30发布

SQL query: Edit Edit

SET lc_messages = 'en_US'; MySQL said: Documentation

1193 - Unknown system variable 'lc_messages'

2条回答
做个烂人
2楼-- · 2019-08-21 08:54

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.

查看更多
Bombasti
3楼-- · 2019-08-21 09:13

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

查看更多
登录 后发表回答