
跌打损伤
境与界
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unknown lifecycle phase "mvn" You must specify a valid lifecycle phase or a goal in the format
错误 Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plu...原创 2018-09-06 17:33:03 · 6145 阅读 · 0 评论 -
【MySQL】 用localhost能登录,ip不能登录
mysql 用localhost能登录,ip不能登录 1、自己连不上 mysql> grant all privileges on *.* to '你的用户名'@'你的IP' identified by '你的密码'; 2、他人连不上 GRANT ALL PRIVILEGES ON *.* TO '你的用户名'@'%' IDENTIFIED BY '你的密码' WITH GR...原创 2018-09-15 16:00:35 · 1894 阅读 · 0 评论