Difference between revisions of "MySQL Installation/Configuration"

From Rhomicom Wiki
Jump to navigation Jump to search
(Created page with "== Useful Commands == killall mysqld mysqld_safe ps aux | grep mysqld killall -9 mysqld mysqld_safe sudo systemctl stop mysqld")
(No difference)

Revision as of 12:49, 11 March 2021

Useful Commands

killall mysqld mysqld_safe

ps aux | grep mysqld

killall -9 mysqld mysqld_safe

sudo systemctl stop mysqld