33.0k views
1 vote
In Windows, the only was to start/stop MySQL Server is from the Command Prompt.

(a) True
(b) False

User Tyler
by
4.6k points

1 Answer

4 votes

Answer:

False

Step-by-step explanation:

There is a way to start/stop MySQL server using the Services application, with the following steps:

1. Open Run Window by Winkey + R

2. Type services.msc

3. Search MySQL service based on version installed

4. Click on stop, start, or restart the service on the right side of the panel

On Windows 10, steps 1 and 2 can be replaced by simply going to the start menu and type services, the services application will appear as first option.

User Michael Yurin
by
4.3k points