aspose file tools
The moose likes General Computing and the fly likes Problem when creating stored procedure in MySql5.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "Problem when creating stored procedure in MySql5.0" Watch "Problem when creating stored procedure in MySql5.0" New topic
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
 
jQuery in Action, 2nd edition
 
subject: Problem when creating stored procedure in MySql5.0
 
Similar Threads
strange problem when accessing MySQL
How to prevent a user from dropping tables
Unable to connect to MySQL
MySQL user and password errors
Petclinic of Spring2.5.6 with MYSQL and GLASSFISH