Vielen Dank für Ihre schnelle Antwort.
Ja, "APPVARS" und "APPVERSIONS" sind noch vorhanden.
Ich habe "ACCOUNTBLACKLIST", "APPREPO" und "APPS" aus db-mysql.sql.gz wiederhergestellt. Beim einfügen von "APPTEXTS" vekomme ich immer den Fehler "#1005 - Can't create table 'liveconfig.APPTEXTS' (errno: 121)". Der InnoDB Monitor Output sagt dazu folgendes:
Zitat
===================================== 130809 9:40:56 INNODB MONITOR OUTPUT ===================================== Per second averages calculated from the last 51 seconds ---------- SEMAPHORES ---------- OS WAIT ARRAY INFO: reservation count 16495, signal count 16208 Mutex spin waits 0, rounds 22721, OS waits 847 RW-shared spins 30004, OS waits 15007; RW-excl spins 702, OS waits 633 ------------ TRANSACTIONS ------------ Trx id counter 0 2016134 Purge done for trx's n:o < 0 2016134 undo n:o < 0 0 History list length 13 LIST OF TRANSACTIONS FOR EACH SESSION: ---TRANSACTION 0 0, not started, process no 16163, OS thread id 140373198677760 MySQL thread id 36055, query id 1674419 localhost root SHOW INNODB STATUS ---TRANSACTION 0 2016132, not started, process no 16163, OS thread id 140373199681280 MySQL thread id 33433, query id 1674310 localhost liveconfig ---TRANSACTION 0 0, not started, process no 16163, OS thread id 140373153756928 MySQL thread id 33409, query id 1669237 localhost root ---TRANSACTION 0 2016128, not started, process no 16163, OS thread id 140373154158336 MySQL thread id 33408, query id 1674292 localhost liveconfig -------- FILE I/O -------- I/O thread 0 state: waiting for i/o request (insert buffer thread) I/O thread 1 state: waiting for i/o request (log thread) I/O thread 2 state: waiting for i/o request (read thread) I/O thread 3 state: waiting for i/o request (write thread) Pending normal aio reads: 0, aio writes: 0, ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0 Pending flushes (fsync) log: 0; buffer pool: 0 2772 OS file reads, 373096 OS file writes, 150045 OS fsyncs 0.00 reads/s, 0 avg bytes/read, 0.90 writes/s, 0.27 fsyncs/s ------------------------------------- INSERT BUFFER AND ADAPTIVE HASH INDEX ------------------------------------- Ibuf: size 1, free list len 0, seg size 2, 0 inserts, 0 merged recs, 0 merges Hash table size 17393, node heap has 10 buffer(s) 102.80 hash searches/s, 6.37 non-hash searches/s --- LOG --- Log sequence number 0 1443729487 Log flushed up to 0 1443729487 Last checkpoint at 0 1443729487 0 pending log writes, 0 pending chkp writes 94938 log i/o's done, 0.16 log i/o's/second ---------------------- BUFFER POOL AND MEMORY ---------------------- Total memory allocated 21636122; in additional pool allocated 1048576 Dictionary memory allocated 863288 Buffer pool size 512 Free buffers 0 Database pages 502 Modified db pages 0 Pending reads 0 Pending writes: LRU 0, flush list 0, single page 0 Pages read 2914, created 1125, written 276075 0.00 reads/s, 0.00 creates/s, 0.80 writes/s Buffer pool hit rate 1000 / 1000 -------------- ROW OPERATIONS -------------- 0 queries inside InnoDB, 0 queries in queue 1 read views open inside InnoDB Main thread process no. 16163, id 140373162551040, state: waiting for server activity Number of rows inserted 220595, updated 106187, deleted 2, read 9145118 0.00 inserts/s, 0.31 updates/s, 0.00 deletes/s, 107.53 reads/s ---------------------------- END OF INNODB MONITOR OUTPUT ============================
Die Datei "ACCOUNTS.frm" ist ebenfalls auch noch vorhanden. Es gab nur zwei Benutzer, daher wäre es nicht weiter schlimm diese manuell wiederherstellen zu müssen.
MfG
Nils
EDIT: Die Tabelle ließ sich jetzt erstellen, allerdings nur im MyISAM Format. Wenn ich es dann in InnoDB ändern mag, kommt der Fehler "#1050 - Table './liveconfig/APPTEXTS' already exists"