up vote 0 down vote favorite
share [g+] share [fb]

I am learning mysql and ran into a problem with 'mysql.proc' missing when trying to create a stored procedure. mysql version 5.1.41.

I read that running the script 'mysql_fix_privilege_tables' is supposed to fix the previous error. I am getting a strange side effect... my root password is no longer good anymore when I run this script and can no longer log into mysql because of this. the only solution is to remove mysql and start over. I have done this twice now and have no clue as to why it is affecting my root password. any clues?

Updated 11/28: I found it is a bug in workbench with a particular model sync setting. It is removing the mysql database and for some reason when you do a repair, mysql erases all users. Kind of a perfect storm kind of thing I think.

link|improve this question

UPDATE** after using the articel from tommieb75, I found that it didn't remove my root password... it removed root all together. After getting mysql into safe mode... I typed SELECT user FROM mysql.user; and it returned empty set. HELP!!! – sdmiller Nov 27 '09 at 1:30
feedback

1 Answer

up vote 0 down vote accepted

Maybe this article (geared at Debian Linux running mysql) might help you and save you the pain in having to remove mysql and reinstall again. The principal should remain the same as I have noticed this is tagged with macosx.

Hope this helps, Best regards, Tom.

link|improve this answer
This definitely helps... Thx. Why would I get the mysql.proc error to begin with? any idea? – sdmiller Nov 27 '09 at 1:17
Better yet... why would the script change my root password? Thx for the help! – sdmiller Nov 27 '09 at 1:18
@sdmiller: Can you show what you were doing exactly at the point prior to this problem? A side note, that script could have a bug in it. Report it to mysql team, as you are running macosx. It will be of help to them! I have never used this script tbh...linux.die.net/man/1/mysql_fix_privilege_tables this shows the man page for the said script..read what it says about it superseded by a newer script....then again, that script is something you run once against mysql.. – t0mm13b Nov 27 '09 at 9:11
I loaded mysql workbench. I synced the databases once and then started getting 'missing mysql.proc' error any time I tried to sync or add a stored procedure. I read online that the mysql.proc error sometimes occurs due to databases not being up to date or something like that and to run the mysql_fix_privilege_tables' script and that should fix it. After I run the script, I can no longer log into mysql using root and password. I used link you supplied in order to reset the password and found that root can been removed completely... I have no users in mysql anymore. Thanks for you help – sdmiller Nov 28 '09 at 1:59
@sdmiller: check this and verify you have the right version of mysql...forums.mysql.com/read.php?98,73660,74161#msg-74161. Also...there may be light at the end of the tunnel here: forums.mysql.com/read.php?98,73660,73660, Look at the last 4 replies in that thread and see if that sheds any light...Hope this helps you. Take care. ;) – t0mm13b Nov 28 '09 at 2:24
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.