Why my MySQL Server crashes after saving a blank Stored Procedure?
updated at
Apply OS: Windows, macOS, Linux
Apply Navicat Product: Navicat for MySQL, Navicat Premium
Apply Navicat Version No.: All
This bug will be produced if you are using MySQL Server 5.0.13. MySQL Server will continually crash every time Navicat opens after performing this bug.
Quick Solution:
- Open MySQL console
- enter password
- type: use mysql;
- type: delete from proc; (This deletes all stored procedures.)
Note: To the novice mysql users, this is a very dangerous thing to do.
Have more questions?
-
Support
-
About Us