Hey,
kann mir einer sagen, warum mein MySQL nicht startet? Hier ist die error-log:
Code
130812 17:07:34 [Note] Plugin 'FEDERATED' is disabled.
130812 17:07:34 InnoDB: The InnoDB memory heap is disabled
130812 17:07:34 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130812 17:07:34 InnoDB: Compressed tables use zlib 1.2.3
130812 17:07:34 InnoDB: Initializing buffer pool, size = 16.0M
130812 17:07:34 InnoDB: Completed initialization of buffer pool
130812 17:07:34 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130812 17:07:34 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
130812 17:07:35 InnoDB: Error: table 'samp/frakkassen'
InnoDB: in InnoDB data dictionary has tablespace id 2,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting-datadict.html
InnoDB: for how to resolve the issue.
130812 17:07:35 InnoDB: Waiting for the background threads to start
130812 17:07:36 InnoDB: 5.5.32 started; log sequence number 1635933
130812 17:07:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
130812 17:07:36 [Note] - '0.0.0.0' resolves to '0.0.0.0';
130812 17:07:36 [Note] Server socket created on IP: '0.0.0.0'.
130812 17:07:36 [ERROR] c:\xampp\mysql\bin\mysqld.exe: Incorrect information in file: '.\mysql\proxies_priv.frm'
130812 17:07:36 [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: '.\mysql\proxies_priv.frm'
Alles anzeigen