摘要:
mysql添加用户,并给用户设置权限: 1.本地访问用户:create user 'front'@'localhost' identified by '123456'; 2.允许外网 IP 访问create user 'front'@'%' identified by '123456'; 3.授予用 阅读全文
posted @ 2018-03-06 15:26
竹--石
阅读(3537)
评论(0)
推荐(0)
摘要:
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is 阅读全文
posted @ 2018-03-06 15:24
竹--石
阅读(400)
评论(0)
推荐(0)