I just imported a sql text file from a live site.
The SQL database is the actual site and would like to have it locally.
So far it was successful but then if I log in to my localhost/manager
I still see the default template. How can I see the template of the live site?
I'm using MODx as CMS.
========
this is where I did the import and so far it looks good http://s197.photobucket.com/albums/aa253/tintingerri/Test/?action=view¤t=sqlfoto.png
=========
This is what I did I change the db name in the config.inc.PHP which can be found: htdocs\learningModx\manager\includes
from modx to "mydbname" but then after that I was able to see the site the problem is, I don't know which user is being logged in. I can see at the right that it's admin, but if I logged out and used admin and the password now it didn't work.
Where can I modify this username and password?