Skip to content

Commit

Permalink
Update README.md with user prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Apr 9, 2019
1 parent 0b3c979 commit 0b66c23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ The data was generated, and as such there are inconsistencies and subtle
problems. Rather than removing them, we decided to leave the contents
untouched, and use these issues as data cleaning exercises.

## Prerequisites

You need a MySQL database server (5.0+) and run the commands below through a
user that has the following privileges:

SELECT, INSERT, UPDATE, DELETE,
CREATE, DROP, RELOAD, REFERENCES,
INDEX, ALTER, SHOW DATABASES,
CREATE TEMPORARY TABLES,
LOCK TABLES, EXECUTE, CREATE VIEW

## Installation:

Expand Down

0 comments on commit 0b66c23

Please sign in to comment.