Changes

Jump to navigation Jump to search
8 bytes added ,  02:51, 6 May 2011
no edit summary
Admin permissions are needed to execute one of the following processes.
==='''Creating user 'test' with password 'test'=== :''' 
<code>&gt; CREATE USER test test</code>
As global permissions, you can set 'none', 'read', 'write', 'create' and 'admin':
==='''Revoking all global permissions from user 'test'=== : ''' 
<code>&gt; GRANT none TO test</code>
Valid local permissions are 'none', 'read' and 'write':
==='''Granting write permission on database 'factbook' to user 'test'=== : ''' 
<code>&gt; GRANT write ON factbook TO test</code>
inherited.
==='''Showing global permissions=== :''' 
<code>&gt; SHOW USERS</code>
==='''Showing local permissions on database 'factbook'=== :''' 
<code>&gt; SHOW USERS ON factbook</code>
==='''Dropping of user 'test'=== :''' 
<code>&gt; DROP USER test</code>
[[Category:Server]]
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu