reset mysql root login without logging in code example
Example 1: what is default mysql database password in linux
$ sudo apt install mysql-server
$ sudo cat /etc/mysql/debian.cnf
Example 2: how-to-remove-mysql-root-password
mysqladmin -u root -pType_in_your_current_password_here password ''