From b47c48dc8c0c2936d332a2743a0de539d345eb04 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 1 Aug 2019 20:11:52 -0400 Subject: [PATCH] Include MySQL version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fc743..55a59ed 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Make sure you have Go 1.11+ (required for [go-releaser](https://goreleaser.com/) ### MySQL -- Install and run mysql.(OSX: `brew install mysql`) +- Install and run mysql 5.7.(OSX: `brew install mysql`) - Create `chainquery` database. - Create user `lbry` with password `lbry` and grant it all permissions on `chainquery` db.