Sql statements can be executed in database graphics software, but not in myeclipse

if you want to query the data with an index in the database, the
sql statement is SELECT * FROM opot.tjopot WHERE MATCH ( ZSD1 ) AGAINST ("division and multiplication of rational numbers")
this statement can query the results in mysqlworkbench, but can not be found in myeclipse. Resultset has been asking for null, what is the situation, is there any solution

Mar.04,2021

first confirm that mysql workbench and the application are connected to a database;
then print the statements run by sql in the log to see if there is a problem of garbled Chinese characters.

Menu