restart mysql server on windows 7

前端 未结 9 1276
后悔当初
后悔当初 2020-12-13 03:36

How do I restart MySQL on Windows 7?

I\'m using HeidiSql as a front end and there\'s no option in there.

The only other things I have is the MySQL 5.5 comma

相关标签:
9条回答
  • 2020-12-13 04:13

    I just have the same problem, just open the task manager, go to services tab and search MySQL_One service, rigth click and start, this works for very good.

    0 讨论(0)
  • 2020-12-13 04:15

    First try:

    net stop MySQL   
    net start MySQL
    

    If that does not work, try using the windows interface:

    Start > Control Panel > System and Security > Administrative Tools > Services

    Look for your version of MySQL (In my case - MySQL55), highlight and click the green start arrow. The status should change to "Started"

    0 讨论(0)
  • 2020-12-13 04:18

    open task manager, click in Service button and search MySql service, now you can stop and restart

    enter image description here

    enter image description here

    0 讨论(0)
提交回复
热议问题