Search code examples
mysqlservice

Mysql service is missing


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 is the problem?


Solution

  • I have done it by the following way

    You must run in Administrator

    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