Skip to content
Snippets Groups Projects
Unverified Commit 9442b566 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #604 from demeritcowboy/requires-super

Need SUPER privilege for database user
parents c2aaf459 fe4ed992
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ $ cv vars:show
This should display a number of properties, including:
* Credentials for an empty test database (`TEST_DB_DSN`)
* (The database user requires SUPER privilege in order to set innodb_flush_log_at_trx_commit.)
* Credentials for an administrative CMS user (`ADMIN_USER`, `ADMIN_PASS`, `ADMIN_EMAIL`)
* Credentials for a non-administrative CMS user (`DEMO_USER`, `DEMO_PASS`, `DEMO_EMAIL`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment