
Originally Posted by
Soulkreed
Hi Rod,
i am unsure of what to do myself.
OK, The FIRST thing you need do is realise that you have more than one problem that needs to be solved.
In MY opinion, your 1st priority would be to fix the DB Connection issue on your dot easy server. This is almost certainly caused as a result of those corrupted configure.php file(s).
I know you have already restored these from local(?) backups, so I'm suspecting that these simply need to be re-edited so the correct user/password & database settings are used.
The NEXT problem you need to fix will be your *local* database problems.

Originally Posted by
Soulkreed
I cannot navigate my way around the phpmyadmin page/s,
I *suspect* that this is caused by the erroneous changing of the admin/root privileges for your mySQL database. IF this suspicion is correct, you should be able to resolve the issue by following the details I'm about to give:
1. Using phpMyAdmin log into your mySQL database as the root user.
As long as you can see " MySQL 4.1.14-nt running on localhost as root@localhost" (as per your earlier post) you may proceed.
If you DON'T see this text, then don't continue. It will be pointless.
2. You should now also see ......

Originally Posted by
Soulkreed
the only thing that is there that say's SQL is a query window and a documentation window,
If so, click on (or enter) the SQL query window, which should be displaying a large input screen with a heading like:
"Run SQL query/queries on server localhost"
If so, continue ... if not .... abort.... go no further.
3. Cut and paste the following piece of code into the SQL input box.
Code:
GRANT ALL PRIVILEGES ON * . * TO 'root'@'localhost' ;
Press the "Go" button.
If you get an error message, take note of what it says and get back to me.
If successful, click on the 'home' icon of phpMyAdmin and logout. (you must use the logout button - don't just close the browser window)
Finally, log back in.
All being well your phpMyadmin will now be restored. .
At this point I would suggest you take a break, and get back to me to confirm that all is as I expect it to be (or not, whichever the case may be).
If you do have problems, screenshot will help.
Cheers
Rod