Trying to get DB connection .....
Successfully connected to DB.
Please wait ! Reading tables from configuration .....
Error in executing query for table STATSDATA_DAÝLY
jdbc.BackupException: Error writing queries to file.
at jdbc.BackUpImpl.dumpDataToFile(BackUpImpl.java:462)
at jdbc.BackUpImpl.backupDB(BackUpImpl.java:107)
at jdbc.BackUpImpl.doBackup(BackUpImpl.java:809)
at jdbc.BackUpImpl.main(BackUpImpl.java:816)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?LY' at line 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1467)
at jdbc.BackUpImpl.handleMySqlTable(BackUpImpl.java:553)
at jdbc.BackUpImpl.dumpDataToFile(BackUpImpl.java:448)
... 3 more