-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (27 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-----http-mysql------
I wrote this to allow me to mysql queries via http. I need to achive because I am working service intergration with Google App Engine (GAE).
GAE dose not currently have the ability to remotely connect mysql databases using python. since it returns the results in json it can be use with thing like jquery.
It is highly recommend to use this only over https.
License
------------
Please refer to the "LICENSE" file include in this package
Next Steps
-------------
1. add encrytion - done 02-25-2011
2. add acl controls
3. add support for multiple databases
Dependancies
---------------
php with mysqli support.
note: this will work with either the native or non-native mysql driver
Installition
------------------
1. Copy the files to directory you want to run it from.
2. Cofigure config/config.php to suit your needs.
note: if you do no have a secondary mysql server put address in bot host fields.
3. Have fun
Usage
-----------------
Please refer to the "examples" directory for usage. If you have any question please contact james@freedomnet.co.nz or go to #http-mysql on irc.freenode.net
if you have any questions or comments contact:
james@qslnetworks.com or james@freedomnet.co.nz