Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (4k points)

How do I restart MySQL on Windows 7?

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

2 Answers

0 votes
by (8.7k points)

 The hosting of Database consists of several phases like:

  • Selection of database to  be hosted like SQL and Postgresql,kindly be careful while choosing sqlite as it does not support network access  so you  can’t go for hosting it online.

  • After that choose the hosting platform like AWS,AZURE or GCP.

  • Go for integration package to  communicate with database like there are many python integration packages available(mysql connector for mysql database)

0 votes
by (8.7k points)

 To restart mysql server on windows 7 just open the command prompt and execute the below command:

net stop MySQL   

net start MySQL

And if you encounter with error then just know your MYSQL version as if 6.5

Then go with the  name as:

net stop MySQL 65   

net start MySQL 65

Related questions

Browse Categories

...