MySQL Forums
Forum List  »  Newbie

Problem with mysql service on windows 8
Posted by: Василий Семенов
Date: September 25, 2015 12:48AM

I'm trying to install mysql on my PC (windows 8 x64 virtual). I'm installing mysql service with mysqld.exe --install MySQL --defaults-file=”C:\Server\web\mysql\my.ini”. Service installed, but didn't started (service could not be started.
More help is available by typing NET HELPMSG 3523). Content of my.ini:
[client]
port=3306
host=127.0.0.1
[mysqld]
port=3306
bind-address=127.0.0.1
enable-named-pipe
basedir="C:/Server/web/mysql/"
datadir="C:/Server/web/mysql/data/"
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

if i'm installing sevice with no --defaults-file its works correctly. whats theproblem?

Options: ReplyQuote


Subject
Written By
Posted
Problem with mysql service on windows 8
September 25, 2015 12:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.