| Author |
Problem when creating stored procedure in MySql5.0
|
kranthi chamarthi
Ranch Hand
Joined: May 08, 2007
Posts: 82
|
|
Hi,
I am not sure if its correct place to post, but it will be great if someone can suggest me some solution.
I am trying to create a stored procedure in MySql 5.0(I am using MySql Yog interface). But its throwing following error
I googled the error and found that i should be giving privileges to the user 'root'@'%'
For that i used the following command
I checked the user table in mysql database and found that the 'root'@'%' is having all the privileges
I tried to create procedure again with following command...
But still its giving me the same error.
Please suggest me what's the problem.
Thanks
Kranthi
|
 |
 |
|
|
subject: Problem when creating stored procedure in MySql5.0
|
|
|