xmysql icon indicating copy to clipboard operation
xmysql copied to clipboard

"error": "Internal server error : request entity too large"

Open yuanchuming opened this issue 6 years ago • 3 comments

Please provide dev environment versions of your system

node -v ( xmysql requires node >= 7.6.0 )

npm -v mysql --version xmysql --version


Provide steps to reproduce this issue or Provide minimum code to reproduce this issue or HTTP request,response,error snapshot of this issue


Mark issue with suitable label if it is clear what this issue is.

yuanchuming avatar Sep 03 '19 13:09 yuanchuming

@yuanchuming : can you provide more details about the scenario.

o1lab avatar Sep 04 '19 08:09 o1lab

Was there too many rows in your result?

nactran avatar Dec 31 '19 08:12 nactran

edit \node_modules\xmysql\node_modules\raw-body\index.js at line 99: var limit = bytes.parse(opts.limit); set the limit to big enough

whlysu avatar Jan 14 '21 10:01 whlysu