mysql数据库添加用户及分配权限具体实现 创建用户并分配权限;insertintomysql.user(Host,User,Password)values("localhost","phplamp",password("1234"));// 添加用户