摘要:
centos 下安装python3 的MySQLdb 1 解决python下安装 mysql python 库 MySQL-python is not supported on python3 instead of this you can use mysqlclient If you are on 阅读全文
摘要:
一. 创建用户 命令:CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 说明:username:你将创建的用户名host:指定该用户在哪个主机上可以登陆,如果是本地用户可用localhost,如果想让该用户可以从任意远程主机登陆,可以使用 阅读全文