We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8512cd commit 3f17211Copy full SHA for 3f17211
README.md
@@ -34,13 +34,13 @@ mysql:
34
auth_name: "username"
35
auth_pwd: "passwd"
36
```
37
-for security all insert / delete / update operation must login
38
-so if you want to insert / delete / update data please enable auth
+for security all insert / delete / update operation must login
+so if you want to insert / delete / update data please enable auth
39
40
-you have no permission to read or modify any data from ```auth_table```
+you have no permission to read or modify any data from ```auth_table```
41
42
TODO: Make the fields corresponding to ```auth_name``` and ```auth_pwd``` configurable
43
-
+TODO: Need to guard against the risk of SQL injection attacks
44
45
## Features
46
0 commit comments