Hello All
I am getting this exception
a specified period of time or when I log in for the first time. when I try to re login immediately after I get this exception it works fine. The environment I am running my application is
unix platform
tomcat 6.0.18
mysql 5.0.67
mysql-connector-java-5.1.7-bin is the
jdbc connector I am using.
My connection pool defined in tomcat context.xml:
I have set the permission:
view plaincopy to clipboardprint?
1. GRANT ALL ON mydb.* TO 'root'@'%' IDENTIFIED BY 'xxxx';
GRANT ALL ON mydb.* TO 'root'@'%' IDENTIFIED BY 'xxxx';
And When I execute
view plaincopy to clipboardprint?
1. Show Create Procedure mydb.myproc;
Show Create Procedure mydb.myproc;
I am able to see the entire body of the procedure.
And one more point is I get this exception only when i run my application on my remote server which runs on unix platform and not on my local machine which runs on windows.
Any help or suggestion would be appreciated.
Thanks