Skip to content

outcast/http-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-----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




Releases

No releases published

Packages

No packages published