1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hanchuanchuan-goInception

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
permission.md 1.6 КБ
Копировать Редактировать Исходные данные Просмотреть построчно История
hanchuanchuan Отправлено 4 лет назад 995d131

Permission Desc

Different functions and stages require different permissions. The permission requirements that may be involved in each function are listed below. If there are any omissions, please suggest and add.

The suggested permissions are:

GRANT ALL PRIVILEGES ON *.* TO ...

or

GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, PROCESS, REFERENCES, INDEX, ALTER, SUPER, REPLICATION SLAVE, REPLICATION CLIENT, TRIGGER ON *.* TO ...

Audit function

  • information_schema db Metadata query permissions, table structure, index information, constraints, etc.
  • mysql db use permission, no query, the library is connected by default, and it can be modified by calling the option --db parameter
  • DML During the audit, the explain operation will be performed on the DML statement, and this operation requires the actual corresponding DML authority.
  • REFERENCES Only required for foreign keys

Execute

  • Actual SQL execution permissions

Use pt-osc

  • PROCESS permission, view processlist information
  • TRIGGER create and delete triggers
  • SUPER or REPLICATION CLIENT When there is a master-slave, check the master-slave delay

Use gh-ost

  • SUPER|REPLICATION CLIENT, REPLICATION SLAVE Simulate slave pull binlog events
  • ALTER, CREATE, DELETE, DROP, INDEX, INSERT, LOCK TABLES, SELECT, TRIGGER, UPDATE

Backup

Remote database

  • SUPER When the binlog format is not row, execute set session binlog_format='row'

  • SUPER|REPLICATION CLIENT, REPLICATION SLAVE binlog解析

Database used for backup

  • It is recommended to grant all permissions to the backup library instance

Комментарий ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/hanchuanchuan-goInception.git
git@gitlife.ru:oschina-mirror/hanchuanchuan-goInception.git
oschina-mirror
hanchuanchuan-goInception
hanchuanchuan-goInception
v1.2.5