Change database name to something more friendly

This commit is contained in:
Bryan Terce 2017-11-18 20:13:13 -08:00
parent fabf37de23
commit e1bbd37a35
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```
---