Mysql service is missing

Igal picture Igal · Apr 15, 2011 · Viewed 121.8k times · Source

I have installed Mysql server locally and everything was working Ok but today when I tried to get a connection to the local db, I got an error. After checking services showed that the MySql service is missing...

What can the problem be?

Thanks in advance for any helps

Answer

Atish Dipongkor picture Atish Dipongkor · Aug 21, 2013

I have done it by the following way

  1. Start cmd
  2. Go to the "C:\Program Files\MySQL\MySQL Server 5.6\bin"
  3. type mysqld --install

Like the following image. See for more information.

enter image description here