2016-08-29 4 views
0

Сегодня я решил переустановить WAMP на Windows, 10.WAMP 3 новая установка испробовали все

Какая ошибка была, после новой установки значок WAMP остается Orange.

Я искал Google в течение нескольких часов, все, что я мог, ничего не помогает, значок остается оранжевым.

Я проверил журнал ошибок MySQL и я получаю это:

2016-08-29T17:43:19.636578Z 0 [Warning] InnoDB: New log files created, LSN=45790 
2016-08-29T17:43:22.277335Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. 
wampmysqld64: Table 'mysql.plugin' doesn't exist 
2016-08-29T17:43:22.449217Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 
2016-08-29T17:43:22.449217Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 148b018e-6e10-11e6-aca6-a45d36c709dc. 
2016-08-29T17:43:22.511719Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 
2016-08-29T17:43:22.527346Z 0 [Warning] Failed to open optimizer cost constant tables 

2016-08-29T17:43:22.527346Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist 
2016-08-29T17:43:22.527346Z 0 [ERROR] Aborting 

Вот что я сделал:

Я unistalled старый WAMP.

я изменить имя каталога файлов WAMP на: wampOld

Я проверил свои услуги там не было MySQL или Apache на них

Я установил все пакеты VC необходимы (как администратор):

VC Packages

Я проверил IIS на окнах, выглядит нормально для меня: Инструменты управления веб-сайтом и все под ним не тронуты.

Я установил WAMP (администратора) (wampserver3.0.4_x64_apache2.4.18_mysql5.7.11_php5.6.19-7.0.4)

Я проверил порт 80:

***** Test which uses port 80 ***** 
    ===== Tested by command netstat filtered on port 80 ===== 
    Test for TCP 
    Your port 80 is used by a processus with PID = 4180 
    The processus of PID 4180 is 'httpd.exe' Session: Services 
    The service of PID 4180 for 'httpd.exe' is 'wampapache64' 
    This service is from Wampserver - It is correct 

    Test for TCPv6 
    Your port 80 is used by a processus with PID = 4180 
    The processus of PID 4180 is 'httpd.exe' Session: Services 
    The service of PID 4180 for 'httpd.exe' is 'wampapache64' 
    This service is from Wampserver - It is correct 

    ===== Tested by attempting to open a socket on port 80 ===== 

    Your port 80 is actually used by : 

    Server: Apache/2.4.18 (Win64) PHP/5.6.19 

журнал ошибок Apache :

[Mon Aug 29 19:43:18.777165 2016] [auth_digest:notice] [pid 4180:tid 496] AH01757: generating secret for digest authentication ... 
[Mon Aug 29 19:43:18.839665 2016] [mpm_winnt:notice] [pid 4180:tid 496] AH00455: Apache/2.4.18 (Win64) PHP/5.6.19 configured -- resuming normal operations 
[Mon Aug 29 19:43:18.839665 2016] [mpm_winnt:notice] [pid 4180:tid 496] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 11:13:29 
[Mon Aug 29 19:43:18.839665 2016] [core:notice] [pid 4180:tid 496] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.18\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.18' 
[Mon Aug 29 19:43:18.870917 2016] [mpm_winnt:notice] [pid 4180:tid 496] AH00418: Parent: Created child process 6408 
[Mon Aug 29 19:43:19.480326 2016] [auth_digest:notice] [pid 6408:tid 432] AH01757: generating secret for digest authentication ... 
[Mon Aug 29 19:43:19.558450 2016] [mpm_winnt:notice] [pid 6408:tid 432] AH00354: Child: Starting 64 worker threads. 

журнал доступа Apache:

127.0.0.1 - - [29/Aug/2016:19:43:51 +0200] "GET/HTTP/1.1" 200 5145 

После установки мои услуги выглядеть следующим образом: Services

Мой хосты файл имеет следующие 2 записи в нем: 127.0.0.1 локальный :: 1 локальный

Nada, WAMP остается Orange.

Вместо этого удалена и установлена ​​версия 32. Все еще оранжевый, получил это в mysql.log:

2016-08-29T20:00:38.680630Z 0 [Warning] InnoDB: New log files created, LSN=45790 
2016-08-29T20:00:42.132996Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. 
wampmysqld: Table 'mysql.plugin' doesn't exist 
2016-08-29T20:00:42.566098Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 
2016-08-29T20:00:42.590113Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 440b9e23-6e23-11e6-ba24-a45d36c709dc. 
2016-08-29T20:00:42.703794Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 
2016-08-29T20:00:43.016750Z 0 [Warning] Failed to open optimizer cost constant tables 

2016-08-29T20:00:43.020753Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist 
2016-08-29T20:00:43.021754Z 0 [ERROR] Aborting 

wampmysqld: Table 'mysql.plugin' doesn't exist 
2016-08-29T20:01:02.323383Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 
2016-08-29T20:01:02.326385Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 
2016-08-29T20:01:02.328387Z 0 [Warning] Failed to open optimizer cost constant tables 

2016-08-29T20:01:02.330389Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist 
2016-08-29T20:01:02.331389Z 0 [ERROR] Aborting 

wampmysqld: Table 'mysql.plugin' doesn't exist 
2016-08-29T20:01:26.201624Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 
2016-08-29T20:01:26.203625Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 
2016-08-29T20:01:26.206627Z 0 [Warning] Failed to open optimizer cost constant tables 

2016-08-29T20:01:26.208630Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist 
2016-08-29T20:01:26.210631Z 0 [ERROR] Aborting 

Что мне не хватает ????

+0

Похоже, старая установка все еще там работает по услугам.попробуйте взять это или попробуйте выполнить новую установку на другом порту, например, 8080 – VikingBlooded

+0

Спасибо VikingBlodded, может просто помочь мне, как я могу его вынуть? –

+0

Я попытался запустить: sc удалить wampmysqld64 в cmd. Сказал, что он был успешно удален. В службах он по-прежнему отображается с типом запуска: отключено. Я перезапустил WAMP, еще Organe –

ответ

0

Решение было:

Установить WAMP 2,5

Запустите файл обновления от 2,5 до 3.

Наконец, он работает