When I switch to use MYSQL database, I come across Chinese garbage issue. It seems that the issue occurs when writing database.I tried to change the sql to CREATE DATABASE petclinic DEFAULT CHARACTER SET utf8;,however it still doesn't work. It puzzled me and I have no idea right now.