if your application uses root as your database username; you’re doing it wrong. a good practice is you should have two users for your application. let say i have a database called blog_production, i will have two users in my database: blog and blog_admin. the former will be use for regular stuff, and the latter for database administration. each db user have diffrent set of privileges. blog user pr