I have installed MySQL via Windows installer from the MySQL Site

When I click on MySQL client, it shows me nothing. It just closes very fast, which is why I can't see anything.

I have 4 parts:

MySQL connector c6.0.2
MySQL connector Net 6.4.4
MySQL installer
MySQL Server 5.5

When I try to access in MySQL server 5.5, I can't.

link|improve this question

33% accept rate
Have you tried starting the service? – Sandeep Bansal Jan 12 at 14:52
No how can I do it? – nik parsa Jan 12 at 14:55
just go to services and then look for mysql, right click and start – Sandeep Bansal Jan 12 at 14:59
I saw the status is started no need to start should i restart? – nik parsa Jan 12 at 15:01
I restarted nothing changed – nik parsa Jan 12 at 15:02
show 6 more comments
feedback

migrated from serverfault.com Jan 12 at 15:33

This question came from our site for system administrators and desktop support professionals.

1 Answer

@slhck sorry I didn't check here recently. I used MySQL via command line and my problem solved.I can create dbs and work with it via command line but clicking on it has problem still. this was my idea which i done it and now work easily.

see this link which I was a newbie working on command line this is the path which should be entered in commandline I had problem because no need was for going to mysql.exe too. going to bash is enough then sign as root or another user.

c:\programfiles\Mysql server 5.5\bin\mysql.exe
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.