How to create a Read Only user in MySQL
To create a read-only user in MySQL or MariaDB, you can use the following steps:
Connect to your MySQL server using a client tool such as MySQL Workbench or the MySQL command-line client.
Run the following SQL statement to create a new user with a ...
sultanbyte.com1 min read