Oct 24, 2024 · 2 min read · In this article i made a mysql database with role and that role can view, insert and edit the database but cannot delete any data Create a new database Before we create a new role first we need to login to our root database and create a new database...
Join discussionOct 12, 2024 · 2 min read · o create a database and a role in MySQL where the role can view and edit the database but cannot delete any data, follow these steps: 1. Create a New Database First, log in to MySQL with an admin user (like root) and create the new database. CREATE D...
Join discussion