欢迎来到7喜的博客

人生三重境界:昨夜西风凋碧树,独上高楼,望尽天涯路。 衣带渐宽终不悔,为伊消得人憔悴。 众里寻他千百度,蓦然回首,那人却在灯火阑珊处。

2020年7月13日

MySQL创建用户时报错

摘要: 使用mysql创建用户时候 CREATE USER 'userName'@'%' IDENTIFIED BY 'password'; 出现下面错误提示 The MySQL server is running with the --skip-grant-tables option so it cann 阅读全文

posted @ 2020-07-13 11:44 7喜 阅读(190) 评论(0) 推荐(0)

2020年7月4日

eclipse导入maven项目<plugin>报错

摘要: 重新配置maven色 setting.xml文件的镜像下载地址部分。 1 <mirrors> 2 <!-- 阿里云仓库 --> 3 <mirror> 4 <id>alimaven</id> 5 <mirrorOf>central</mirrorOf> 6 <name>aliyun maven</na 阅读全文

posted @ 2020-07-04 18:15 7喜 阅读(265) 评论(0) 推荐(0)

导航