CREATE DATABASE IF NOT EXISTS `testing` DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
jdbc:mysql://localhost:3306/testing?characterEncoding=UTF-8