Hi!
My JAVA+MySQL api worked fine yesterday, but today (when I try to connect to MySQL DB from remote machine) the fllowing erro is produced: Java Result: -805306369
. Although there is e.prinstachtrace() in my code, I received only this message. It happens here:
db = (Connection) DriverManager.getConnection("jdbc:mysql://" + url + "/" + databasename + "?useUnicode=true&characterEncoding=UTF8",login, pass);
I absolutely don't understand what could happen... Please, urgent help is required!!!