摘要:
1.环境 python:3.6 django:1.11.8 redis:3.2.1 2.遇到的问题 报错:redis.exceptions.DataError: Invalid input of type: 'UserInfo'. Convert to a byte, string or numbe 阅读全文
摘要:
一. 用户管理 a. 用户管理 1 2 3 4 5 6 7 8 #创建用户 create user '用户名'@'IP地址' identified by '密码'; #删除用户 drop user '用户名'@'IP地址'; #修改用户 rename user '用户名'@'IP地址'; to '新 阅读全文