I have hosted one web application on a staging server where I have deleted "root" users from the database. I don't want to use a common name for superuser. I have also created another admin user(Same as root user).
After this change I have tested my application and did not find any issue. But I reviewed articles where people mentioned that they were getting errors after deleting the root user.
My queries are ,
- Is it safe to delete the root database?
- Will it create any issue in future if remove root user?
I am still doing testing on staging server. Once this poc get done , I am planning to delete the root user from the production server as well.
EDIT
This is a new web application which I am going to host on production server and there is no admin script running.