SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 30.01.2018 23:14:30

karnager
Участник
Зарегистрирован: 30.01.2018
Сообщений: 2

Проблема с установкой MySQL 5.7.21 на Windows 8

Всем привет. Скачал официальный pack с сайта https://dev.mysql.com/downloads/windows … r/5.7.html

Версия 5.7.21, до этого не было никаких установок. Выбрал Development конфигурацию и на предпоследнем шаге выдает ошибку http://prntscr.com/i7qddb

LOG:

Beginning configuration step: Stopping Server [if necessary]
Starting process with command: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql.exe -uroot -p123456 --port 3306 -e"SET GLOBAL innodb_fast_shutdown = 0"...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
Process for mysql, with ID 6876, was started successfully and exited with code 1.
Starting process with command: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqladmin.exe -uroot -p123456 --port 3306 shutdown...
mysqladmin: [Warning] Using a password on the command line interface can be insecure.
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
Process for mysqladmin, with ID 4748, was started successfully and exited with code 1.
Ended configuration step: Stopping Server [if necessary]

Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file

Beginning configuration step: Updating firewall
Attempting to create firewall rule with command: netsh.exe firewall delete portopening protocol=TCP port=3306 profile=ALL
Adding firewall rule for MySQL57 on port 3306.
Attempting to create firewall rule with command: netsh.exe firewall add portopening protocol=TCP port=3306 profile=ALL name=MySQL57 mode=ENABLE scope=ALL
Unexpected response from netsh:
Could not run process.
Attempting to create firewall rule with command: netsh.exe advfirewall firewall add rule name="Port 3306" protocol=TCP localport=3306 dir=in action=allow
Successfully added firewall rule.
Ended configuration step: Updating firewall

Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Updating existing service
Existing service updated
Ended configuration step: Adjusting Windows service [if necessary]

Beginning configuration step: Initializing Database [if necessary]
Found existing data directory, no need for initialize the database.
Ended configuration step: Initializing Database [if necessary]

Beginning configuration step: Starting Server
Attempting to start service MySQL57
Ended configuration step: Starting Server

Beginning configuration step: Updating Start Menu Link
Attempting to verify command-line client shortcut.
Failed to verify command-line client shortcut.
Ended configuration step: Updating Start Menu Link

Подскажите, пожалуйста, в чем может быть проблема и как ее устранить? Удаление старой версии, чистка реестра и всех папок, в том числе ProgramData не помогла.

Спасибо

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson