Help me find my database!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Locked
srednatonmi
Forum Newbie
Posts: 15
Joined: Wed Mar 19, 2008 10:01 pm

Help me find my database!

Post by srednatonmi »

As you can see in the images, the admin control panel lists no databases, however, because the site works, there must be a database somewhere.

Contents of the file db_access.php:

Code: Select all

<?php
$db_uid = "REMOVED";
$db_pswd = "REMOVED"; 
$db_name = "REMOVED";
?>
 
Help me find my database!

Anders Haig

Database area of the control panel:
Image

Files on website (probably not helpful):
Image
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Help me find my database!

Post by John Cartwright »

I would advise against posting your username and password in a public forum in the future. I've taken the liberty of removing it for you.

However, you already have a thread open on this subject.

Topic Locked.
Locked