dongxiao9583 2017-05-11 22:59
浏览 238
已采纳

WAMPServer安装 - phpMyAdmin登录时出错 - 错误#1193

I'm trying to set up WAMPServer for the first time on my personal computer to do some WordPress work. When I try to log into phpadmin with the root login, I get an error screen. The Error reads as such:

SQL query: Edit

SET lc_messages = 'en_US';

MySQL said:

1193 - Unknown system variable 'lc_messages'

I've tried running PHP version 7.0.10 and 5.6.25 but the errors occurred on both.

I'm running MySQL version 5.7.14

I've tried looking at a StackOverflow forum with the same issue, linked here, but none of the suggested fixes worked for me there, since I'm running a pretty updated version of phpMyAdmin.

  • 写回答

2条回答 默认 最新

  • doujiao3346 2017-05-12 08:20
    关注

    The correct name for that parameter is lc-messages note a hyphen and not an underscore.

    Have you amended anything in the 'my.ini'?

    RE: Your Comment

    Then potentially you have another MySQL runing or maybe just a rouge my.ini file on your system.

    Search for my.ini and if you find it anywhere other then inside the \wamp\ or \wamp64\ folders, remove or rename it. There should not be one outside the wamp folder structure.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题