Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

docs(orca-sql): create SQL users explicitly #2185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qrnik
Copy link

@qrnik qrnik commented Jun 22, 2021

As MySQL 5.7 docs on GRANT state:

However, use of GRANT to create accounts or define nonprivilege characteristics is deprecated in MySQL 5.7. Instead, perform these tasks using CREATE USER or ALTER USER.

As [MySQL 5.7 docs on GRANT](https://dev.mysql.com/doc/refman/5.7/en/grant.html) state:
> However, use of GRANT to create accounts or define nonprivilege characteristics is deprecated in MySQL 5.7. Instead, perform these tasks using CREATE USER or ALTER USER.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant