Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Oct 24, 2024User Role in MySQL DatabaseIn 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...MySQL
Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 12, 2024Mysql Database User Roleo 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...48 readsMySql DatabaseMysql database user role