Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Read the user table : SQL Privilege « User Permission « SQL / MySQL
SQL / MySQL
User Permission
SQL Privilege
Read the user table
SELECT host, user, select_priv, update_priv FROM user WHERE user=
'myuser1'
;
Related examples in the same category
1.
Check the privilege
2.
Grant select and update on two column in a table
3.
Grant with user name and password
4.
Grant select and update to all tables
5.
Grant select and update with time limitation
6.
Check out the privilege for a user
7.
List the host, DB, table name and column name for a user
8.
Adding Users to Database
9.
Read host, db, user, table name and table privilege from privilege table
10.
Read column privilege