Java JDBC Tutorial – Part 6.4: Calling MySQL Stored Procedures with Java




NEED TO LEARN JAVA – 5 FREE JAVA VIDEO COURSES – CLICK HERE – https://goo.gl/7i95F8 — View more videos on my “Java JDBC Tutorial” Playlist: …

Original source


6 responses to “Java JDBC Tutorial – Part 6.4: Calling MySQL Stored Procedures with Java”

  1. Hello chad,
    While I run the application , it runs .Bt the problem is why it is always showing this message at the console window in the first five row…

    Sun May 15 11:13:11 NPT 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

    Calling stored procedure. call get_employees_for_department('Engineering')
    Finished calling stored procedure…

    Mary Public Engineering 75000.00
    Lisa Johnson Engineering 50000.00
    Bill Brown Engineering 50000.00
    Mary Fowler Engineering 65000.00

    I hope u will clear it soon…

Leave a Reply