drizzle-nginx-module icon indicating copy to clipboard operation
drizzle-nginx-module copied to clipboard

an nginx upstream module that talks to mysql and drizzle by libdrizzle

Results 15 drizzle-nginx-module issues
Sort by recently updated
recently updated
newest added

feel free to change place to any appropriate. also, we may add another build nadges later

Interestingly, the link on the front repo page seems to be broken, going to a generic new Wordpress page: ![seems_like_blank_wordpress_site](https://user-images.githubusercontent.com/82353280/115186743-99bb8f80-a125-11eb-92f6-eb2628bddda1.png) Guessing it's supposed to be pointing at project docs or...

for example : select u.name from db1.user u, db2.user u1 where u.id = u1.id

请教您一个问题,我目前遇到的问题我没有想到原因,希望您有时间可以帮我看一下。 目前我配置文 drizzle ,在 nginx 配置好了 location 直接访问是可以的,但是通过 ngx.location.capture 访问 有乱码。搞不清楚原因。 nginx 配置文件: upstream mysql { drizzle_server 127.0.0.1:3306 dbname=cinema user=root password=123456 protocol=mysql charset=utf8; drizzle_keepalive max=200 overflow=ignore mode=single; } location /abc...

hello : this is my conf location /upload{ root /usr/local/software/appstorm; #rewrite ^upload/(.*)$ /usr/local/nginx/html/$1 last; #root /usr/local/nginx/html; index index.html index.htm; } location / { set $clientId $arg_clientId; set $id $arg_id; #set_quote_sql_str...

ngx_http_drizzle_create_loc_conf(ngx_conf_t *cf){ conf->complex_target = NGX_CONF_UNSET_PTR;//0xffffffffffffffff } ngx_int_t ngx_http_drizzle_handler(ngx_http_request_t _r){ if (dlcf->complex_target) {//0xffffffffffffffff /_ variables used in the drizzle_pass directive */ if (ngx_http_complex_value(r, dlcf->complex_target, &target) != NGX_OK) //cash here.. { dd("failed...

Since lua_nginx_module been support HTTP/2: openresty/lua-nginx-module#566 Is there any chance we could also get drizzle-nginx-module to work with HTTP/2 ?

Hello... I have Below Server configuration and not working drizzle mysql on 5.5 version. So Is there any way to fix below issue ? nginx version: openresty/1.9.3.1 mysql Ver 14.14...

Hi, I've added the mentioned two directives and comments to the module. These allow you to return the drizzle error code rather than 500 when there are errors (e.g. so...

With Amazon RDS, the ip address can change after certain modifications (upgrade to more powerful instance, add more disk space, etc). It seems like drizzle-nginx-module resolves the hostname on startup...