Archive for July 14th, 2009
MySQL Procedures Not Working
by z3n on Jul.14, 2009, under Tips & Hints
Problem:
Somehow a procedure that works on MySQL 5.0.77 don’t work on a 5.1.32, when inserted it simply gives an error without specifying anything.
Solution:
As stated on here, you need to run mysql_upgrade in order to have it working right. Not stated clearly on mysql documentation or whatever, good thing i came across this posting :)