MySQL Stored Procedure execution takes a long time – Phpmyadmin
I am trying to insert rows into a db table through a stored procedure. My table contains more than 500000 rows so when I execute the procedure, it takes more than 4h executing. Knowing that I am using Xampp server,…