月度归档

2022年04月文章归档

MySQL 添加用户对指定库有权限

MySQL添加用户对指定库有权限 1、创建数据库并设定字符集 create database dbname default character set utf8; 2、创建用户和密码 create u...
阅读全文