mysql-routines Questions
1
I've Googled but come up with nothing that I can get my head around.
Are the performance gains from using stored procedures significant?
Would I still want to use prepared statements in con...
Ieyasu asked 25/11, 2010 at 15:2
4
Error in processing request: No routine with name 'daily_difference' found in database 'chamelis_wp'. You might be lacking the necessary privileges to edit this routine.
Chiffon asked 27/10, 2017 at 20:18
9
Solved
I have added the following simple test event on my mysql database via phpmyadmin:
CREATE DEFINER=`root`@`localhost` EVENT `my_event`
ON SCHEDULE EVERY 1 MINUTE STARTS '2013-05-27 00:00:00'
ON CO...
Stigmatize asked 27/5, 2013 at 7:2
4
Solved
I have this stored procedure. How can I run this for example with intervals of 5 seconds? Like a routine for eliminate data with a time-stamp older than one day?
DROP PROCEDURE IF EXISTS `delete_r...
Slaveholder asked 3/7, 2011 at 1:50
1
© 2022 - 2024 — McMap. All rights reserved.