From ceb47e3ec9946e4197dea797f6f93bef14ac0df1 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 20 Jan 2020 19:23:59 +0100
Subject: [PATCH] Fixed default port.

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index ef9606b6..fe462699 100644
--- a/README.rst
+++ b/README.rst
@@ -96,7 +96,7 @@ Create a file pv/mysql.cnf and give your MySQL credentials::
     [client]
     database =
     host = localhost
-    port = 3309
+    port = 3306
     user =
     password =
     default-character-set = utf8
-- 
GitLab