I've got a stored procedure in MySQL.
I want to export the result to CSV (or whatever), but for some unknown reason, the export button won't show.
I can export the procedure, but not the result generated by the procedure.
From the Routine tab: routinetab
I tried from the SQL tab and calling from there my procedure but still no export button: sqltab
When I do it with any other query, the button shows up.
So I tried a workaround to trick PhpMyAdmin and manipulate the URL for a view creation from the query result into an export one, by changing it with "tbl_export.php" like it would normally redirect if the button was there.
The export page loads, but when I try to export it, I got the Bad parameter error: bad_param.
Somehow I've archived it with the 4.7 version with this workaround and I could download a JSON file but only once, I can't reproduce it anymore, not even running the the last version 5.1
I really don't know why this export button is not available for procedure, it's just a query result like any other.
Thanks in advance,
EDIT
If possible without using a OUTPUT FILE.