Pope Viper Well-known member Jul 9, 2013 #21 Then I swear, by Crom, I'm getting away from MS. This is bolsh.
Edrondol Well-known member Jul 9, 2013 #22 Does your host have backups? You may have only lost the last X hours if you can have them pull a restore.
Does your host have backups? You may have only lost the last X hours if you can have them pull a restore.
Pope Viper Well-known member Jul 9, 2013 #23 Unfortunately, the host (me), has corrupted backups, which is why I'm frantic.
Edrondol Well-known member Jul 9, 2013 #24 So everyone you host is currently boned? Ouch, double ouch, triple ouch.
Mike Edge Well-known member Jul 9, 2013 #25 Pope Viper said: Still killing me. Would it be possible for one of you guys to take my various databases, and do SQL dumps of them? Click to expand... Sure hit me up via PM and I'll set you up an account to upload them
Pope Viper said: Still killing me. Would it be possible for one of you guys to take my various databases, and do SQL dumps of them? Click to expand... Sure hit me up via PM and I'll set you up an account to upload them
Pope Viper Well-known member Jul 9, 2013 #26 Mike - if you can save me, I'd be forever in your debt. @Ed - Fortunately, everything I'm hosting is for myself.
Mike - if you can save me, I'd be forever in your debt. @Ed - Fortunately, everything I'm hosting is for myself.
digitalpoint Well-known member Jul 9, 2013 #27 Pope Viper said: Still killing me. Would it be possible for one of you guys to take my various databases, and do SQL dumps of them? Click to expand... If it was a Linux machine, I could... but I know nothing about Windows servers (is that helpful? hah)
Pope Viper said: Still killing me. Would it be possible for one of you guys to take my various databases, and do SQL dumps of them? Click to expand... If it was a Linux machine, I could... but I know nothing about Windows servers (is that helpful? hah)
CTXMedia Well-known member Jul 9, 2013 #28 I feel your pain Pope - hope you get it all back <crosses fingers> ...
Mike Edge Well-known member Jul 9, 2013 #29 digitalpoint said: If it was a Linux machine, I could... but I know nothing about Windows servers (is that helpful? hah) Click to expand... Oh is this not doable @digitalpoint ? I figured I could just create a database in phpmyadmin and move the .MYI files to it?
digitalpoint said: If it was a Linux machine, I could... but I know nothing about Windows servers (is that helpful? hah) Click to expand... Oh is this not doable @digitalpoint ? I figured I could just create a database in phpmyadmin and move the .MYI files to it?
digitalpoint Well-known member Jul 9, 2013 #30 Well, first of all XenForo uses InnoDB by default, which doesn't HAVE .MYI (or .MYD) files.
Mike Edge Well-known member Jul 9, 2013 #31 digitalpoint said: Well, first of all XenForo uses InnoDB by default, which doesn't HAVE .MYI (or .MYD) files. Click to expand... Well there is.. xf_search_index.frm xf_search_index.MYD xf_search_index.MYI but yeah, I was just giving an example of extension on what i thought I could try to do for him.
digitalpoint said: Well, first of all XenForo uses InnoDB by default, which doesn't HAVE .MYI (or .MYD) files. Click to expand... Well there is.. xf_search_index.frm xf_search_index.MYD xf_search_index.MYI but yeah, I was just giving an example of extension on what i thought I could try to do for him.
digitalpoint Well-known member Jul 9, 2013 #32 Search index is MyISAM because InnoDB doesn't support fulltext search... by default all the "important" tables are InnoDB.
Search index is MyISAM because InnoDB doesn't support fulltext search... by default all the "important" tables are InnoDB.
Mike Edge Well-known member Jul 9, 2013 #33 digitalpoint said: Search index is MyISAM because InnoDB doesn't support fulltext search... by default all the "important" tables are InnoDB. Click to expand... I know.. I'm just busting your chops
digitalpoint said: Search index is MyISAM because InnoDB doesn't support fulltext search... by default all the "important" tables are InnoDB. Click to expand... I know.. I'm just busting your chops
Lee Well-known member Jul 9, 2013 #34 Pope Viper said: Mike - if you can save me, I'd be forever in your debt. @Ed - Fortunately, everything I'm hosting is for myself. Click to expand... Did you get sorted?
Pope Viper said: Mike - if you can save me, I'd be forever in your debt. @Ed - Fortunately, everything I'm hosting is for myself. Click to expand... Did you get sorted?
Pope Viper Well-known member Jul 9, 2013 #35 Not as yet, I've uploaded my DBs to Mike's FTP server, and since my connection was the way it is, it took a while.
Not as yet, I've uploaded my DBs to Mike's FTP server, and since my connection was the way it is, it took a while.
Mike Edge Well-known member Jul 9, 2013 #36 @Mike Any suggestions? After taking his data directory and moving the files into a created database it is only showing MyISAM tables. Trying to dump the database also errors of tables not found. mysqldump -R -q jaysql_xf1 | gzip -q -9 - > xf1.sql.gz Error: Couldn't read status information for table archived_import_log () mysqldump: Couldn't execute 'show create table `archived_import_log`': Table 'jaysql_forum.archived_import_log' doesn't exist (1146) root@nitro #
@Mike Any suggestions? After taking his data directory and moving the files into a created database it is only showing MyISAM tables. Trying to dump the database also errors of tables not found. mysqldump -R -q jaysql_xf1 | gzip -q -9 - > xf1.sql.gz Error: Couldn't read status information for table archived_import_log () mysqldump: Couldn't execute 'show create table `archived_import_log`': Table 'jaysql_forum.archived_import_log' doesn't exist (1146) root@nitro #
estranged Well-known member Jul 9, 2013 #37 Innodb databases are not stored in data directories unless innodb_file_per_table is enabled in my.cnf All innodb databases are stored in one file called "ibdata1" in /var/lib/mysql / Path and filename may change depending on the panel. I'm not sure. This is for cpanel. Last edited: Jul 9, 2013
Innodb databases are not stored in data directories unless innodb_file_per_table is enabled in my.cnf All innodb databases are stored in one file called "ibdata1" in /var/lib/mysql / Path and filename may change depending on the panel. I'm not sure. This is for cpanel.
Pope Viper Well-known member Jul 9, 2013 #40 Not at all, The two things I'm most concerned about are the forum and Jukebox36 databases.