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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ