Skip to content
Snippets Groups Projects
Unverified Commit fe4ed992 authored by DaveD's avatar DaveD Committed by GitHub
Browse files

Need SUPER privilege for database user

parent d10c9bfb
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