这是编码的问题,只需要在连接字符串中把编码设定为utf-8就可以解决,具体代码如下:
String connetStr = "server=127.0.0.1;port=3306;user=root;password=123456; database=members;Charset=utf8";