1 Answers
1
Accepted Answer
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
answered 12 days ago
Relevant questions
Lost phpmyadmin credentials
Accepted Answerasked 12 days agoBeginner cannot get root access to the AWS Command Line Interface
Accepted Answerasked 2 months agoDeactivate or delete access keys for root user
asked 3 days agocredentials working with CLI but not with Java SDK
asked 6 months agoAws Rds Setup With Phpmyadmin with snn
asked 8 months agophpmyadmin access on Lightsail LAMP instance
asked 3 years agoCli "Unable to locate credentials" on EC2 instance
asked 2 months agoUsing JavaScript and AWS SDK to access S3 Bucket without Credentials
asked 2 years agoAWS STS Temporary Credentials S3 Access Denied PutObject
asked 2 years agoAWS Workmail: Resources, Delegates should not receive emails and only have read access to the resource calendar
asked 4 months ago
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.