Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Manage <strong>Role/User permissions</strong> </p> <p>Create an sql user (you should already have one), which will have only <strong>SELECT</strong> permission. So it would be something like </p> <pre><code>GRANT SELECT ON db_base.* TO db_user@'localhost' IDENTIFIED BY 'db_passwd'; </code></pre> <p><a href="http://kb.mediatemple.net/questions/788/HOWTO:+GRANT+privileges+in+MySQL" rel="nofollow noreferrer">http://kb.mediatemple.net/questions/788/HOWTO:+GRANT+privileges+in+MySQL</a></p> <p><a href="http://blog.wl0.org/2010/01/managing-mysql-grants/" rel="nofollow noreferrer">http://blog.wl0.org/2010/01/managing-mysql-grants/</a></p> <p><a href="http://www.ntchosting.com/mysql/grant.html" rel="nofollow noreferrer">http://www.ntchosting.com/mysql/grant.html</a></p> <p>Check links below for further reading</p> <p><strong>FOR MySQL</strong></p> <p><a href="https://stackoverflow.com/questions/333620/best-practice-for-designing-user-roles-and-permission-system">Best Practice for Designing User Roles and Permission System?</a></p> <p><a href="http://www.databasejournal.com/features/mysql/article.php/3311731/An-introduction-to-MySQL-permissions.htm" rel="nofollow noreferrer">http://www.databasejournal.com/features/mysql/article.php/3311731/An-introduction-to-MySQL-permissions.htm</a></p> <p><a href="http://www.devshed.com/c/a/MySQL/MySQL-User-Account-Management/" rel="nofollow noreferrer">http://www.devshed.com/c/a/MySQL/MySQL-User-Account-Management/</a></p> <p><a href="https://stackoverflow.com/questions/796619/cant-set-permissions-on-mysql-user">Can&#39;t set permissions on MySQL user</a></p> <p><a href="http://www.aquafold.com/d7/docs/BD5C99E4-3B55-C812-8318-6338A9A89ED9.html" rel="nofollow noreferrer">http://www.aquafold.com/d7/docs/BD5C99E4-3B55-C812-8318-6338A9A89ED9.html</a></p> <p><strong>FOR SQL Server</strong>.</p> <p><a href="http://www.databasejournal.com/features/mysql/article.php/3311731/An-introduction-to-MySQL-permissions.htm" rel="nofollow noreferrer">http://www.databasejournal.com/features/mysql/article.php/3311731/An-introduction-to-MySQL-permissions.htm</a></p> <p><a href="http://www.mssqlcity.com/Articles/Adm/SQL70Roles.htm" rel="nofollow noreferrer">http://www.mssqlcity.com/Articles/Adm/SQL70Roles.htm</a></p> <p><a href="http://www.sql-server-performance.com/articles/dba/object_permission_scripts_p1.aspx" rel="nofollow noreferrer">http://www.sql-server-performance.com/articles/dba/object_permission_scripts_p1.aspx</a></p> <p><a href="https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-1061781.html" rel="nofollow noreferrer">https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-1061781.html</a></p> <p><a href="http://www.databasejournal.com/features/mssql/article.php/2246271/Managing-Users-Permissions-on-SQL-Server.htm" rel="nofollow noreferrer">http://www.databasejournal.com/features/mssql/article.php/2246271/Managing-Users-Permissions-on-SQL-Server.htm</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload