Database Server Setup
MySQL Root User & Other Users
Mysql Root user is the administrative user.
If you have never assigned a root password for MySQL, the server does not require a password at all for connecting as root. However, this is insecure.
Reference –
How to Create MySQL Users Accounts and Grant Privileges