how to find username password for mysql code example
Example 1: mysql see users and passwords
SELECT User, Host, Password, password_expired FROM mysql.user;
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.