I will try that out and let you know how it goes, I am just not too sure why I would need to do that after I simply added a few virtual host files. I never even messed with the databases regarding this website. Will edit post when I have more of an idea. Thanks MSJ .
EDIT :: I never made a SQL backup for my main website although all the actual web files are unaltered from the working config. Did not expect this site to go down and have DB issues while working on a completely different site

. Is there by default a sql file in the contents of the web folders I can use to link?
EDIT EDIT :: Just found out there is a way to dump the database info into a sql file which I can maybe use to connect the site back up? Is this possible? I am having trouble using the command
Code:
mysqldump -u [username] -p[password] [databasename] > [filename.sql]
- it seems to go through without any output but I have no idea where that sql file would be if it was even created. Thanks again !
-Tantrik