Próbuję MySQL (Windows 8), z zainstalowanym workbench (gui).Uruchom serwer MySQL jako usługa (Win 8)
Nadal jestem w procesie instalacji/konfiguracji. Chciałbym stworzyć nową bazę danych. Tak więc na ekranie powitalnym stołu roboczego wybrałem New Server Instance- Register a new Server instance to manage
.
W tym celu, mam przeszedł następujących kroków konfiguracyjnych:
Określ
localhost
jako host serweraDaj mu nazwę użytkownika i hasło używam.
Następnie testuje połączenia z bazą danych, aw następnym kroku prosi mnie do
Select the Service to manage from the list below. It will also help find the configuration file.
Jednak lista możliwych usług jest pusta i gdybym kliknij przycisk [Next], to mówi
Error: In Order to manage a MySQL Service it must be installed as a Service. The wizard can not find any MySQL Service at the target machine, so the Server instance cannot be started.
myślę, że muszę jakoś uruchomić usługę MySQL, ponieważ może już zainstalowany, gdy miałem zainstalowany cały MySQL Toolset.
Więc: Jak uruchomić tę usługę MySQL pod Windows 8?
Niektóre rzeczy próbowałem:
Manual mówi spróbować:
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld"
aby go zainstalować jako usługa. Jednak nic się nie dzieje i pojawia się następujący (niektóre verbose [Uwaga] s usunięto):
2013-04-13 23:44:22 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2013-04-13 23:44:22 2592 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
2013-04-13 23:44:22 2592 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
[...]
2013-04-13 23:44:22 2592 [ERROR] InnoDB: read can't be opened in .\ibdata1 mode
2013-04-13 23:44:22 2592 [ERROR] InnoDB: The system tablespace must be writable!
2013-04-13 23:44:22 2592 [ERROR] Plugin 'InnoDB' init function returned error.
2013-04-13 23:44:22 2592 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGIN
E failed.
2013-04-13 23:44:22 2592 [ERROR] Unknown/unsupported storage engine: InnoDB
2013-04-13 23:44:22 2592 [ERROR] Aborting
2013-04-13 23:44:22 2592 [Note] Binlog end
[...]
2013-04-13 23:44:22 2592 [Note] mysqld: Shutdown complete
Aby zainstalować serwer jako usługa, Użyłem tego polecenia (per the manual).
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --install
Ponownie, "nic" się dzieje, mam (znowu, większość opisowym [Uwaga] s są usuwane):
Install/Remove of the Service Denied!
c:\Program Files\MySQL\MySQL Server 5.6\bin>mysqld -p --install
2013-04-13 23:43:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2013-04-13 23:43:24 3764 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
2013-04-13 23:43:24 3764 [Warning] Can't create test file c:\Program Files\MySQL
\MySQL Server 5.6\data\gast.lower-test
[...]
2013-04-13 23:43:24 3764 [ERROR] InnoDB: read can't be opened in .\ibdata1 mode
2013-04-13 23:43:24 3764 [ERROR] InnoDB: The system tablespace must be writable!
2013-04-13 23:43:24 3764 [ERROR] Plugin 'InnoDB' init function returned error.
2013-04-13 23:43:24 3764 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGIN
E failed.
2013-04-13 23:43:24 3764 [ERROR] mysqld: unknown option '-p'
2013-04-13 23:43:24 3764 [ERROR] Aborting
2013-04-13 23:43:24 3764 [Note] Binlog end
[...]
2013-04-13 23:43:24 3764 [Note] mysqld: Shutdown complete
czy otrzymałeś rozwiązanie? –