create database fc character set utf8mb4 collate utf8mb4_0900_ai_ci; create user fc@localhost identified by '1qaz2wsx'; grant select, update, insert, delete on fc.* to fc@localhost; use fc;