留下記錄是好習慣!
CREATE USER 'root'@'localhost' IDENTIFIED BY 'root';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'root' with grant option
ps aux | grep 'httpd' | awk '{print $2}'
kill $(ps aux | grep 'httpd' | awk '{print $2}')