MySQL Forums
Forum List  »  Install & Repo

Installation issues
Posted by: Senia Vod
Date: January 10, 2016 03:57AM

I'm trying to work with MySQL workbench for a javaEE project. First I've installed MySQL server 5.6.20 and then MySQL workbench and finally connector j. After opening workbench I've made a connection with default setting, this is Host:127.0.0.1;Port:3306;User:root. When I tested connection this massage showed:

failed to connect mysql at 127.0.0.1:3306 with user root Blockquote

can't connect to mysql server on 127.0.0.1(10061)

Then I opened connection and from schemas tried to star server, but it didn't started. After that I tried to start MySQL from windows services, but there I didn't find any MySQL. Then I tried to install MySQL as windows service using this tutorial here , but whenever I enter below command in console it shows install/remove of the service denied!

C:> "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld" --install-manual

Can any one help me about this problem?
I'm actually not realizing what to do now at all.

Options: ReplyQuote


Subject
Written By
Posted
Installation issues
January 10, 2016 03:57AM


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.