spinnaker.github.io icon indicating copy to clipboard operation
spinnaker.github.io copied to clipboard

docs(orca-sql): create SQL users explicitly

Open qrnik opened this issue 4 years ago • 0 comments

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.

qrnik avatar Jun 22 '21 13:06 qrnik