Languages
[Edit]
EN

Windows 11 - stop MySQL / MariaDB server

5 points
Created by:
illona
526

In this short article, we would like to show how to stop MySQL / MariaDB server under Windows 11.

 

Solution 1

Simple steps:

  1. open command line as administrator (cmd.exe),
  2. run the command:
    mysqladmin.exe shutdown         # mysqladmin.exe shutdown -uroot -proot shutdown
    
    # OR:
    
    mariadb-admin.exe shutdown      # mariadb-admin.exe -uroot -proot shutdown

    Hint:

    The program should may located in:

    • C:\Program Files\MySQL\MySQL Server XYZ\bin
    • C:\Program Files\MariaDB XYZ\bin

 

Solution 2

Simple steps:

  1. open Task Manager (you can use Ctrl+Shift+Esc keys),
  2. go to Services tab,
  3. on the list find MySQL or MariaDB,
  4. click right mouse button and select Stop option,
Stopping MySQL / MariaDB server under Windows 11 using Task Manager.
Stopping MySQL / MariaDB server under Windows 11 using Task Manager.

 

Solution 3

Simple steps:

  1. find Services application in Window Start menu,
  2. on the list find MySQL or MariaDB,
  3. click right mouse button and select Stop option.
Stopping MySQL / MariaDB server under Windows 11 using Services application.
Stopping MySQL / MariaDB server under Windows 11 using Services application.

 

See also

  1. Windows 10 - open command prompt as administrator

Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join