error mysql shutdown unexpectedly xampp как исправить
XAMPP. Не запускается MySQL
| Ошибка в окне XAMPP 22:17:44 [mysql] Error: MySQL shutdown unexpectedly. 22:17:44 [mysql] This may be due to a blocked port, missing dependencies, 22:17:44 [mysql] improper privileges, a crash, or a shutdown by another method. 22:17:44 [mysql] Press the Logs button to view error logs and check 22:17:44 [mysql] the Windows Event Viewer for more clues 22:17:44 [mysql] If you need more help, copy and post this 22:17:44 [mysql] entire log window on the forums |
| mysql_error.log 2015-10-31 22:25:19 5952 [Warning] InnoDB: Doublewrite does not have page_no=0 of space: 0 2015-10-31 22:25:19 5952 [ERROR] InnoDB: space header page consists of zero bytes in data file C:\xampp\mysql\data\ibdata1 2015-10-31 22:25:19 5952 [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-10-31 22:25:19 5952 [ERROR] Plugin ‘InnoDB’ init function returned error. 2015-10-31 22:25:19 5952 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed. 2015-10-31 22:25:19 5952 [ERROR] Unknown/unsupported storage engine: InnoDB 2015-10-31 22:25:19 5952 [ERROR] Aborting |
Добавлено через 17 часов 9 минут
Решение:
В папке data(C:\xampp\mysql\data) нужно удалить ibdata1 файл и все log файлы.
Помощь в написании контрольных, курсовых и дипломных работ здесь.
XAMPP 1.7.7. не запускается Tomcat
Доброго времени суток всем, Недавно перешел на XAMPP 1.7.7., запускаю панель и кликаю по Apache.

Раньше на семерке (винда) все работало нормально, но потом я обновился до десятки и перестало.
Xampp. не запускается Apache
9:39:10 Apache Service detected with wrong path 9:39:10 Change XAMPP Apache and Control.
Не запускается Apache в XAMPP
Здравствуйте! Такая проблема. Вчера было все в порядке, апач запускался нормально. Сегодня не.
Помощь в написании контрольных, курсовых и дипломных работ здесь.
Не запускается MySQL
Привет. Стоит Centos 6, при запуске MySQL получаю: MySQL Daemon failed to start., в логах: 130226.
Не запускается MySQL на MAMP
Здравствуйте, уважаемые форумчане! Подскажите, пожалуйста, такой момент. Работаю на mac mini.
Не запускается mysql в xampp-linux-1.7.7
Всем привет Установил ALT Linux 6.0.1 KDesktop (Centaurea Sadleriana) и Возникла проблема при.
XAMPP-ошибка: завершение работы MySQL неожиданно
я переустановил XAMPP по какой-то причине, и MySQL не работает, давая следующую ошибку в консоли:
при проверке » /xampp / mysql/data / mysql_error.log » файл, который я получаю:
это всего лишь часть журнала, полный немного слишком большой.
16 ответов
закройте skype и попробуйте, если skype opne
или
выполните следующие действия в Skype
в моем случае, я сделал две вещи:
это сработало для меня:)
может быть сервер MySQL, установленный ранее на вашем компьютере, попробуйте удалить его и запустить MySQL на XAMPP, это решенная шахта
лучшим решением этой проблемы является просто открыть файл MySQL configuration directive мой.ini присутствует внутри папки C:\xampp\mysql\bin и изменить информацию, связанную с портами, как правило, некоторые программы занимают порт нет. 3306 в результате этого он перестает работать, Теперь вы выполните два шага, чтобы заставить его работать.
вот так, перезапустите службу mysql, она будет работать наверняка.
Я бы просто попытался переустановить XAMPP.
одна из причин, которую я нашел (и не упомянул в дополнение к другим ответам, данным на этом сайте по аналогичной проблеме), заключалась в том, что я пошел в Диспетчер задач в windows и остановил mysqld, который уже работал и предотвратил запуск сервера mysql.
просто запустите xammp как администратор, он работает
Я новичок в XAMPP, но я считаю, что комбинация этих предложений работает лучше всего (по крайней мере, в Windows 8.1 с последней версией XAMPP. Обратите внимание, что на компьютере, на котором я тестировал это, также был skype).
первый вход в skype и перейдите к » Tools
далее на панели управления XAMPP нажмите » config
кроме того, вам нужно будет перейти к XAMPP
$cfg [‘Servers’] [$i] [‘host’] = ‘127.0.0.1’;
вам нужно будет добавить «3307» следующим образом:
$cfg [‘Servers’] [$i] [‘host’] = ‘127.0.0.1:3307’;
Далее вам нужно будет перейти к следующему местоположению » xampp
11:27:57 [mysql] This may be due to a blocked port, missing dependencies,
11:27:57 [mysql] improper privileges, a crash, or a shutdown by another method.
11:27:57 [mysql] Press the Logs button to view error logs and check
11:27:57 [mysql] the Windows Event Viewer for more clues
11:27:57 [mysql] If you need more help, copy and post this
11:27:57 [mysql] entire log window on the forums
Here is the contents of the error log:
2018-08-18 11:53:23 4dc 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.
2018-08-18 11:53:23 1244 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
2018-08-18 11:53:23 1244 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-08-18 11:53:23 1244 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-18 11:53:23 1244 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-08-18 11:53:23 1244 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-08-18 11:53:23 1244 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-18 11:53:23 1244 [Note] InnoDB: Using generic crc32 instructions
2018-08-18 11:53:23 1244 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-08-18 11:53:23 1244 [Note] InnoDB: Completed initialization of buffer pool
2018-08-18 11:53:23 1244 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-18 11:53:24 1244 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-18 11:53:24 1244 [Note] InnoDB: Waiting for purge to start
2018-08-18 11:53:24 1244 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.38-83.0 started; log sequence number 3088998
2018-08-18 11:53:24 2020 [Note] InnoDB: Dumping buffer pool(s) not yet started Cannot find checkpoint record at LSN (1,0x208b)
2018-08-18 11:53:24 1244 [ERROR] Plugin ‘Aria’ init function returned error.
2018-08-18 11:53:24 1244 [ERROR] Plugin ‘Aria’ registration as a STORAGE ENGINE failed. 2018-08-18 11:53:24 1244 [Note] Plugin ‘FEEDBACK’ is disabled.
2018-08-18 11:53:24 1244 [ERROR] Aborting
I have reinstalled XAMPP for some reason and MySQL is not working, giving the following error in the console:
When checking the «/xampp/mysql/data/mysql_error.log» file I get:
That is just a part of the log, the full one is a bit too big.
22 Answers 22
This worked for me,
In my case, I did two things:
First you need to keep copy of following somewhere in your hard disk.
Copy every thing inside «C:\xampp\mysql\backup» and paste and replace it in
«C:\xampp\mysql\data»
Now your mysql will work in phpmyadmin but your tables will show «Table not found in engine»
For this you will have to go to the copy of «backup and data folders» which have created in your hard disk and there in the data folder copy «ibdata1» file and past and replace in the «C:\xampp\mysql\data».
Now your tables data will be available.
If your skype is open, Quit skype and try,
or
follow below steps in skype
Caution! Don’t delete ibdata1 file!
Just follow these steps and its done.
And its all done, Enjoy.
There may be MySQL server installed previously in your computer try to uninstall that and start MySQL at the XAMPP This solved mine
In my case : I have just replaced
I would simply try reinstalling XAMPP.
one reason I found ( and not mentioned in addition to other answers given in this site on the similar problem ) was by going to task manager in windows and stopping the mysqld which was running already and prevented mysql server from starting.
The best solution for this problem is just open your mysql configuration directive file my.ini present inside the folder C:\xampp\mysql\bin and change the information related to the ports, usually some programs occupy the port no. 3306 as a result of that it stops working, Now you follow two steps to make it working.
Thats it, restart you mysql service, it will work for sure.
I am new to XAMPP, but I find that a combination of these suggestions works best (At least on Windows 8.1 with the latest version of XAMPP. Note that the computer I tested this on, also had skype).
First logon to skype and navigate to «Tools
if you inistalled mysql Independently you can stop mysql service if running no one of these answers are worked for me this work for me
so the best way would be to find out which process is using port 3306, and then terminate the process.
so to find out which process is using port 3306, open command prompt, and type
you will get a screen like this.
Then look for the address with port number 3306 and find out the PID corresponding to that.
Then simply open a command prompt as administrator and type
replace 1234 with your respective PID. Then you can try starting mysql and it will work.
And now if you are lazy to do this step all over again when restarting the computer.
you can simply use the following batch script to terminate the process automatically and enjoy 🙂
Ошибка при запуске Apache в XAMPP — Error: Apache shutdown unexpectedly
Ошибка была вызвана двумя причинами:
1) Skype занимал 80 и 443 порт. Решается она так: Skype>Инструменты>Настройки…>Дополнительно>Соединение. Снять галочку напротив «Для дополнительных входящих соединений следует использовать порты 80 и 443». Другой путь решения проблемы — менять порты в настройках Xampp и apache
2) Синтаксические ошибки в httpd.conf. При этом файлы error.log и access.log были пустые. Ошибки удалось увидеть толко благодаря прямому запуску apache через консоль: C:\xampp\apache\bin\httpd.exe
Полный текст ошибки:
15:58:23 [Apache] Error: Apache shutdown unexpectedly.
15:58:23 [Apache] This may be due to a blocked port, missing dependencies,
15:58:23 [Apache] improper privileges, a crash, or a shutdown by another method.
15:58:23 [Apache] Press the Logs button to view error logs and check
15:58:23 [Apache] the Windows Event Viewer for more clues
15:58:23 [Apache] If you need more help, copy and post this
15:58:23 [Apache] entire log window on the forums
Добавить комментарий Отменить ответ
Рекомендую
Рекомендую всем хостинг Timeweb. Всё работает замечательно. Замечательно подходит для больших проектов, особенно на Битриксе. Были проблемы с VDS на FreeBSD, но давно
Также рекомендую хостинг 1gb.ru. Работает хорошо. Особенно радует техподдержка. Как-то раз они даже в мой PHP-код залезли и помогли решить проблему. Можно подобрать достаточно дешёвый тариф. Не нравится, что 1gb достаточно жёстко реагируют на превышение нагрузки, но можно создать тариф с достаточно большой допустимой нагрузкой.
Разработка сайтов
Я окончил математико-механический факультет. Более 10 лет занимаюсь веб-программированием. На данный момент, в основном, пользуюсь CMS WordPress и 1С-Битрикс. По поводу создания или доработок сайтов на этих и других CMS пишите мне:
















