Describe the bug
Cannot execute a stored procedure. Nothing happens when a user clicks to "Execute" routine button
To Reproduce
Steps to reproduce the behavior:
- Create a DB
- Create a stored procedure. For example:
DELIMITER //
CREATE PROCEDURE `p2` ()
LANGUAGE SQL
DETERMINISTIC
SQL SECURITY DEFINER
COMMENT 'A procedure'
BEGIN
SELECT 'Hello World !';
END//
- Execute the stored procedure: Go to 'routines -> p2 -> execute'
Actual behavior
- The stored procedure was executed
- "Hello World!" was not be displayed
Expected behavior
- The stored procedure was executed
- "Hello World!" was displayed
Screenshots

Server configuration
- Operating system: Checked at Centos 7 and at Docker
- Web server: Nginx
- Database version: 10.0.37-MariaDB-1~xenial
- phpMyAdmin version: 4.8.4
Additional context
Checked at Centos 7 and using official phpMyAdmin docker image. There is no such issue in phpMyAdmin 4.8.3 version. A stored procedure may be executed via SQL console but cannot be executed using "routines" menu
Describe the bug
Cannot execute a stored procedure. Nothing happens when a user clicks to "Execute" routine button
To Reproduce
Steps to reproduce the behavior:
Actual behavior
Expected behavior
Screenshots
Server configuration
Additional context
Checked at Centos 7 and using official phpMyAdmin docker image. There is no such issue in phpMyAdmin 4.8.3 version. A stored procedure may be executed via SQL console but cannot be executed using "routines" menu