Someone here know mysql?

iwearnosox

Lifer
Oct 26, 2000
16,018
5
0
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.
 

Tetsuo

Lifer
Oct 20, 2002
10,908
13
81
upload the backup, and then import your database into mysql, you should have a.sql file somewhere in that backup
 

iwearnosox

Lifer
Oct 26, 2000
16,018
5
0
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..
 

iwearnosox

Lifer
Oct 26, 2000
16,018
5
0
Where would a user's "mysql" folder, which contains .frm, .myi and .myd files be located by default?
 

kt

Diamond Member
Apr 1, 2000
6,032
1,348
136
Why can't you do a SQL level backup instead of a file level backup?
 

kt

Diamond Member
Apr 1, 2000
6,032
1,348
136
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.