my sql password 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: firt time root
Step 1: Open a Terminal Window.
Right-click the desktop, then left-click Open in terminal.
Alternately, you can click Menu > Applications > Accessories > Terminal.
Step 2: Change Your Root Password.
In the terminal window, type the following:
- sudo passwd root.