Skip to content

Instantly share code, notes, and snippets.

View armansheikh's full-sized avatar
🎯
Focusing

Arman Sheikh armansheikh

🎯
Focusing
View GitHub Profile
@achmiral
achmiral / shell.md
Created November 9, 2018 16:59 — forked from SunDi3yansyah/shell.md
MySQL / MariaDB login without SUDO
$ > sudo mysql -uroot
mysql > SELECT User, Host FROM mysql.user;
mysql > DROP USER 'root'@'localhost';