Xampp with Mysql Problem

Asked

Viewed 1,692 times

-7

My Mysql does not open, error:

Error: MySQL shutdown unexpectedly.
14:26:46  [mysql]   This may be due to a blocked port, missing dependencies, 
14:26:46  [mysql]   improper privileges, a crash, or a shutdown by another method.
14:26:46  [mysql]   Press the Logs button to view error logs and check
14:26:46  [mysql]   the Windows Event Viewer for more clues
14:26:46  [mysql]   If you need more help, copy and post this
14:26:46  [mysql]   entire log window on the forums

Edited:

It did not help. The problem here is Mysql and not apache. The error you are giving in the log is this:

2015-02-13 15:16:11 6140 [Note] Plugin 'FEDERATED' is disabled.
2015-02-13 15:16:11 1200 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2015-02-13 15:16:11 6140 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-02-13 15:16:11 6140 [Note] InnoDB: The InnoDB memory heap is disabled
2015-02-13 15:16:11 6140 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-02-13 15:16:11 6140 [Note] InnoDB: Memory barrier is not used
2015-02-13 15:16:11 6140 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-02-13 15:16:11 6140 [Note] InnoDB: Not using CPU crc32 instructions
2015-02-13 15:16:11 6140 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-02-13 15:16:11 6140 [Note] InnoDB: Completed initialization of buffer pool
2015-02-13 15:16:11 6140 [Note] InnoDB: Restoring page 0 of tablespace 0
2015-02-13 15:16:11 6140 [Warning] InnoDB: Doublewrite does not have page_no=0 of space: 0
2015-02-13 15:16:11 6140 [ERROR] InnoDB: space header page consists of zero bytes in data file C:\xampp\mysql\data\ibdata1
2015-02-13 15:16:11 6140 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2015-02-13 15:16:11 6140 [ERROR] Plugin 'InnoDB' init function returned error.
2015-02-13 15:16:11 6140 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2015-02-13 15:16:11 6140 [ERROR] Unknown/unsupported storage engine: InnoDB
2015-02-13 15:16:11 6140 [ERROR] Aborting

2015-02-13 15:16:11 6140 [Note] Binlog end
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'partition'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_METRICS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMPMEM'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_CMP'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_LOCKS'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'INNODB_TRX'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'BLACKHOLE'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'ARCHIVE'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'MRG_MYISAM'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'MyISAM'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'MEMORY'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'CSV'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'sha256_password'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'mysql_old_password'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'mysql_native_password'
2015-02-13 15:16:11 6140 [Note] Shutting down plugin 'binlog'
2015-02-13 15:16:11 6140 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete
  • Sorry, with this title no one helps EVEN. Change the title better describe the mistake so you don’t end up being punished for nonsense.

  • you use XAMP ? and also skype?

  • I used skype and xampp but I’ve been told that Buga a port ai close and msm so keep giving

  • Welcome Augusto, tour: http://answall.com/tour to understand how the community works and read: http://answall.com/help/asking It will not take 5 minutes to read. Thank you.

  • Try to explain your problem better and if you want [Edit] your question is just click on [Edit].

  • I think your main problem is these two messages: 2015-02-13 15:16:11 6140 [ERROR] InnoDB: space header page consists of zero bytes in data file C:\xampp\mysql\data\ibdata1 and 2015-02-13 15:16:11 6140 [ERROR] InnoDB: Could not open or create the system tablespace. - However, I don’t know how to fix it, but there’s a clue for anyone who knows.

Show 1 more comment

2 answers

1

Modify the doors on httpd.conf to stop the conflict between doors.

Look for:

ServerName localhost:80

Change to:

ServerName localhost:81

Look for:

Listen 80

Change to:

Listen 81

After this restart the xamp.

I found it here [XAMP NOT STARTING IN WINDOWS 8]

  • po did not help the problem here is mysql and not apache.. the error you are giving in the log is this...

  • runs setup_xampp.bat

0

goes into task manager and finishes mysql tasks after starta mysql in xampp.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.