From e1bbd37a35fd1015a11045aa9fe2de4d7d606c2c Mon Sep 17 00:00:00 2001 From: Bryan Terce Date: Sat, 18 Nov 2017 20:13:13 -0800 Subject: [PATCH] Change database name to something more friendly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc4f269..6c9bb43 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The url format for your database may vary! The example below uses a MySQL databa #### Example ``` -set {sql} to the database "mysql://localhost:3306/sys?user=admin&password=12345&useSSL=false" +set {sql} to the database "mysql://localhost:3306/mydatabase?user=admin&password=12345&useSSL=false" ``` ---