sql >> Database teknologi >  >> RDS >> Mysql

Dvale mysql čć

Det ser ud til, at din forbindelse ikke bruger UTF8

Skift

app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp

til

app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp?useUnicode=true&characterEncoding=utf-8



  1. ALTER TABLE fejl

  2. Hvordan importerer jeg en SQL-fil ved hjælp af kommandolinjen i MySQL?

  3. nullvalue:Vis NULL-værdier i SQLite

  4. Hvordan får man det sidste indsatte id?