Now cannot run cron.php - used to be able to (Error code: locktimeout)

Re: Now cannot run cron.php - used to be able to (Error code: locktimeout)

by Jerry Lau -
Number of replies: 0

solved it by running this statement


DELETE from yourprefix_lock_db where resourcekey = 'core_cron';

whew