What is your mysql version and database code?
0 Answer
the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > the Chinese led problem may be because the database encoding format and connections do not match the encoding format. You can try adding character set parameters to FineBI's connection string, such as:
jdbc:mysql://localhost:3306/dbname? useUnicode=true& characterEncoding=UTF-8
Where dbname is the name of the database you want to connect to. Change UTF-8 in the connection string to the encoding format of your database.
If the above methods do not solve the problem, you can try modifying the configuration of the encoding format in FineBI. The operations are as follows:
这家伙很懒,什么都没留下...