Lost phpmyadmin credentials

0

Hi there. The people who should have the credentials to access phpmyadmin for my site appears to have 'misplaced' them. I'm not a tech person, but need to get access to that database information. Is there a way I can have it reset, or how I might be able to find out the current credentials? Thanks very much for any help. Dave

1 回答
1
已接受的回答

Hi Dave,

You should have access to your phpmyadmin file - config.inc.php. You may find its location using find / -iname "config.inc.php" 2>/dev/null but it should be at /usr/share/phpmyadmin/, /etc/apache2/conf.d/ or /etc/apache2/conf-enabled/. I can't remember which one exactly right now.

In this file you should have your credentials cat config.inc.php | egrep '(user|password)'.

Let me know if this helps you.

Best regards, Gabriel Bartholomeu

AWS
已回答 2 年前
  • Thanks very much, Gabriel. Really appreciate it. Doesn't make a lot of sense to me, but I've passed it on to my people who should know what to do with it.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则