资 源 简 介
MySQL User-defined function (UDF) for HTTP REST
This is free software, and you are welcome to modify and redistribute it under the New BSD License.
点击这里查看简体中文使用说明 (Click here to see the Simplified Chinese instructions)
| HTTP Method | CRUD Action | Description|
|:----------------|:----------------|:|
| POST | CREATE | Create a new resource |
| GET | READ | Read a resource |
| PUT | UPDATE | Update a resource |
| DELETE | DELETE | Delete a resource |
Support MySQL version 5.1.x and 5.5.x on Linux systems.
1. Install on Linux:
Notice: "/usr/local/webserver/mysql/" is your MySQL install path.
```
ulimit -SHn 65535
wget http://curl.haxx.se/download/curl-7.21.1.tar.gz
ta