• 🏠 Home
  • 🧰 Online Generators
  • 📰 Blog
  • 🔎 Search
  • 📧 Contact
  • 📘 Guestbook
  • 🗞️ News
  • 💰 Support
  • ℹ️ Info: The website has been modernized to improve readability and smartphone compatibility. Feel free to report any bugs using the contact form

    How to know Mysql Server status


    Server status

      Interactive mode

        mysqladmin -p status
      This command will give informations on MySQL server status, after entering the password.

      From a Shell script

        mysqladmin --password=MyPassword status
      This command will give the informations on MySQL server status

    Process used by the system

      Interactive mode

        mysqladmin -p processlist
      This command will list all process in memory, after entering the password.

      From a Shell script

        mysqladmin --password=MonMotDePasse processlist
      This command will list all process in memory.

    Go Back



    (c) 2005-2025 Jérôme DESMOULINS
    Data privacy