Thank you for your help, yes I am running a PHPBB forum, I managed to get everything loaded into the public_html file, but I am still getting a mysql error this is it:
SQL ERROR [ mysqli ]
Access denied for user 'database'@'localhost' (using password: YES) [1045]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I censored my database. As for remote mysql, how does it work, I specify the IP to allow, but what port do I put into the config file for my plugin? I can list the things required for the config if necessary, Thank you, I think I solved this error, if you look below I am having a new error. UPDATE: I fixed the issue, but now I'm having ANOTHER issue, this is what it says NOW:
General Error
SQL ERROR [ mysqli ]
Table 'database.phpbb_config' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
There is no config in the MySQL database, but when I upload the config to the database I get the above error, so I gzipped everything in my Public HTML file, and tried to upload that to a new database, that failed also.