* split up select.md * array-join.md basic refactoring * distinct.md basic refactoring * format.md basic refactoring * from.md basic refactoring * group-by.md basic refactoring * having.md basic refactoring * additional index.md refactoring * into-outfile.md basic refactoring * join.md basic refactoring * limit.md basic refactoring * limit-by.md basic refactoring * order-by.md basic refactoring * prewhere.md basic refactoring * adjust operators/index.md links * adjust sample.md links * adjust more links * adjust operatots links * fix some links * adjust aggregate function article titles * basic refactor of remaining select clauses * absolute paths in make_links.sh * run make_links.sh * remove old select.md locations * translate docs/es * translate docs/fr * translate docs/fa * remove old operators.md location * change operators.md links * adjust links in docs/es * adjust links in docs/es * minor texts adjustments * wip * update machine translations to use new links * fix changelog * es build fixes * get rid of some select.md links * temporary adjust ru links * temporary adjust more ru links * improve curly brace handling * adjust ru as well * fa build fix * ru link fixes * zh link fixes * temporary disable part of anchor checks
3.0 KiB
machine_translated | machine_translated_rev | toc_priority | toc_title |
---|---|---|---|
true | 72537a2d52 |
58 | مجوز برای نمایش داده شد |
مجوز برای نمایش داده شد
نمایش داده شد در کلیک خانه را می توان به انواع مختلفی تقسیم شده است:
- خواندن نمایش داده شد داده:
SELECT
,SHOW
,DESCRIBE
,EXISTS
. - نوشتن نمایش داده شد داده ها:
INSERT
,OPTIMIZE
. - تغییر پرسوجوی تنظیمات:
SET
,USE
. - DDL نمایش داده شد:
CREATE
,ALTER
,RENAME
,ATTACH
,DETACH
,DROP
TRUNCATE
. KILL QUERY
.
تنظیمات زیر تنظیم مجوز کاربر بر اساس نوع پرس و جو:
- فقط خواندنی — Restricts permissions for all types of queries except DDL queries.
- اجازه دادن به _نشانی — Restricts permissions for DDL queries.
KILL QUERY
را می توان با هر تنظیمات انجام می شود.
فقط خواندنی
محدود مجوز برای خواندن داده ها, نوشتن داده ها و تغییر تنظیمات نمایش داده شد.
ببینید که چگونه نمایش داده شد به انواع تقسیم بالا.
مقادیر ممکن:
- 0 — All queries are allowed.
- 1 — Only read data queries are allowed.
- 2 — Read data and change settings queries are allowed.
پس از تنظیم readonly = 1
کاربر نمیتواند تغییر کند readonly
و allow_ddl
تنظیمات در جلسه فعلی.
هنگام استفاده از GET
روش در رابط قام, readonly = 1
به طور خودکار تنظیم شده است. برای تغییر داده ها از POST
روش.
تنظیم readonly = 1
منع کاربر از تغییر تمام تنظیمات. یک راه برای منع کاربر وجود دارد
از تغییر تنظیمات تنها خاص, برای اطلاعات بیشتر ببینید محدودیت در تنظیمات.
مقدار پیشفرض: 0
اجازه دادن به _نشانی
اجازه می دهد یا رد می کند DDL نمایش داده شد.
ببینید که چگونه نمایش داده شد به انواع تقسیم بالا.
مقادیر ممکن:
- 0 — DDL queries are not allowed.
- 1 — DDL queries are allowed.
شما نمی توانید اجرا کنید SET allow_ddl = 1
اگر allow_ddl = 0
برای جلسه فعلی.
مقدار پیشفرض: 1