Idea Building Space
I recommend bellow command:
watch -n 5 free -m
Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...