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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠