dongwang6837 2016-08-09 08:28
浏览 102
已采纳

更改密码后,phpMyAdmin访问被拒绝,config.inc.php只能读取

I am using Linux Mint 17.3. I started using XAMPP but had error 2002. That is why I changed my root's password in phpMyAdmin. After that, I couldn't access phpMyAdmin. I got this message:

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server

I searched for a solution and found that I have to edit my config.inc.php file in the phpMyAdmin folder. The problem is that I can only read the file, but not edit it. How am I supposed to make this file editable?

  • 写回答

1条回答 默认 最新

  • dqm4977 2016-08-09 08:31
    关注

    The solution is simple. You need to change permission of the file. Start the terminal (You can use Ctrl + Alt + T) and use the following commands:

    cd <directory of your config file>
    sudo chmod 644 config.inc.php
    

    The file should be editable for you to make changes.

    Make sure you restart XAMPP server after saving the changes to the file.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型