-- -- Database: `stat` -- CREATE DATABASE IF NOT EXISTS `stat` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `stat`;