yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

an error when calling stored procedure #79

Open jeun91 opened 4 years ago

jeun91 commented 4 years ago

hello, I'm using this great app thank to you. recently, I got a problem when I tried to use the stored procedure. error code is 1312 and error message is 'can't return a result set in the given context'. I tried to use the procedure in another tools (ex. mysql workbench, heidiSQL, etc.) and it worked perfectly. the procedure is even simple one. is it bug? is there any solution to fix it?