Note that there are some explanatory texts on larger screens.

plurals
  1. POmysql wont work easyphp xampp
    primarykey
    data
    text
    <p>I'm trying to create local web server with EasyPHP or XAMPP. When I run XAMPP or EasyPHP first time, everything works correctly. In PhpMyAdmin I create a database and do what I need. But when I'm trying to run programs next time, MySQL won't work. I've found only the one way to make MySQL work again - delete ibdata1 file but by doing this I loose my MySQL data.</p> <p>Sorry for my English and thank you for your answers!</p> <p>P.S. There is my MySQL error log file.</p> <pre><code>&gt; 2013-11-23 14:46:58 1092 [Note] Plugin 'FEDERATED' is disabled. &gt; 2013-11-23 14:46:58 1814 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be &gt; removed in future releases, together with the option &gt; innodb_use_sys_malloc and with the InnoDB's internal memory allocator. &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: The InnoDB memory heap is disabled &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Compressed tables use zlib 1.2.3 &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Not using CPU crc32 instructions &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Initializing buffer pool, size = 16.0M &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Completed initialization of buffer pool &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Highest supported file format is Barracuda. &gt; 2013-11-23 14:46:58 1092 [Warning] InnoDB: The log sequence number in the ibdata files is higher than the log sequence number in the &gt; ib_logfiles! Are you sure you are using the right ib_logfiles to start &gt; up the database. Log sequence number in the ib_logfiles is 1600607, &gt; logsequence numbers stamped to ibdata file headers are between 1600617 &gt; and 1600617. &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence &gt; number 1600607 in the ib_logfiles! &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Database was not shutdown normally! &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Starting crash recovery. &gt; 2013-11-23 14:46:58 1092 [Note] InnoDB: Reading tablespace information from the .ibd files... &gt; 2013-11-23 14:46:58 1092 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace &gt; mysql/slave_relay_log_info uses space ID: 3 at filepath: &gt; .\mysql\slave_relay_log_info.ibd. Cannot open tablespace &gt; wordpress/wp_terms which uses space ID: 3 at filepath: &gt; .\wordpress\wp_terms.ibd &gt; InnoDB: Error: could not open single-table tablespace file .\wordpress\wp_terms.ibd &gt; InnoDB: We do not continue the crash recovery, because the table may become &gt; InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it. &gt; InnoDB: To fix the problem and start mysqld: &gt; InnoDB: 1) If there is a permission problem in the file and mysqld cannot &gt; InnoDB: open the file, you should modify the permissions. &gt; InnoDB: 2) If the table is not needed, or you can restore it from a backup, &gt; InnoDB: then you can remove the .ibd file, and InnoDB will do a normal &gt; InnoDB: crash recovery and ignore that table. &gt; InnoDB: 3) If the file system or the disk is broken, and you cannot remove &gt; InnoDB: the .ibd file, you can set innodb_force_recovery &gt; 0 in my.cnf &gt; InnoDB: and force InnoDB to continue crash recovery here. </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload