1

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.

10
  • Have you tried starting the service? Commented Jan 12, 2012 at 14:52
  • No how can I do it?
    – Nickool
    Commented Jan 12, 2012 at 14:55
  • just go to services and then look for mysql, right click and start Commented Jan 12, 2012 at 14:59
  • I saw the status is started no need to start should i restart?
    – Nickool
    Commented Jan 12, 2012 at 15:01
  • I restarted nothing changed
    – Nickool
    Commented Jan 12, 2012 at 15:02

1 Answer 1

1

@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
0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .