Hi guys i have this problem .I start my App then when its running I shut down mysql service and of course I starting to get java.sql.SQLException: Callable statements not
As stated on JavaGalaxy:
MySQL has no support for Stored Procedures below MySQL version 5. So if you are using MySQL Server below 5 try and upgrade to MySQL Server version 5 or above.
If you are receiving this error even when using MySQL 5 or above then there is a possibility that the JDBC driver you are using is not suitable for MySQL server version you are using. Try downloading MySQL Connector/J Driver e.g. (mysql-connector-java-5.1.6-bin.jar or above)
click here to download MySQL.