• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Someone here know mysql?

Well, my asshat host put a full root lock on a domain that had an errant cronjob, which I understand. They will however not return control even though the job was terminated.

I have a full backup (410mb), where is the mysql data in that and how do I repopulate the db on a new server? They won't let me in to do a straight mysqldump.

F dathorn @ this point.
 
upload the backup, and then import your database into mysql, you should have a.sql file somewhere in that backup
 
Originally posted by: Tetsuo
upload the backup, and then import your database into mysql, you should have a.sql file somewhere in that backup
The file structure and paths do not seem at all similar, that sounds like a real bad idea. What I need to know is what to do with .frm and .myd files in relation to a default mysql install..
 
Do you know what OS your webhost is running? If you have the full backup, I would suggest you install your own MySQL server and populate the database with your backup. Then do a SQL dump on your own server so that you can do an import to the new server.
 
Back
Top