sidebar_sql
Differences
This shows you the differences between two versions of the page.
sidebar_sql [2024/05/10 12:04] – created walter | sidebar_sql [2024/05/17 11:23] (current) – walter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | **Syntax - Create User** | ||
- | <code sql> | + | - [[create_permission|SQL Create & Permission]] |
- | CREATE USER ' | + | |
- | Beispiel: | ||
- | CREATE USER ' | ||
- | </ | ||
- | |||
- | **Syntax Grant** | ||
- | |||
- | <code sql> | ||
- | GRANT PRIVILEGE ON database.table TO ' | ||
- | FLUSH PRIVILEGES; | ||
- | |||
- | Beispiel: | ||
- | GRANT CREATE, ALTER, DROP, INSERT, UPDATE, DELETE, SELECT, REFERENCES, RELOAD on *.* TO ' | ||
- | |||
- | SHOW GRANTS FOR ' | ||
- | </ | ||
- | |||
- | **Sonstiges** | ||
- | <code sql> | ||
- | REVOKE type_of_permission ON database_name.table_name FROM ' | ||
- | DROP USER ' | ||
- | </ |
sidebar_sql.txt · Last modified: 2024/05/17 11:23 by walter