Create New MySQL User With Password And Grant Permissions
MySQL databases handle all the data for websites and apps. Security is of extreme importance when it comes to handling data. So far we have been using the root user for everything. But in real websites, the root user is never used as it has access to all databases. This means that if the root user is compromised, it could result in damage to all databases. So for the security purposes, we should create a new user with password in MySQL. Also Read Import & Export databases