摘要: 赋予所有用户远程连接的权限,重启mysql即可连接成功: mysql> grant all privileges on . to 'root'@'%' identified by '密码'; 提示 Query OK, 0 rows affected, 1 warning (0.00 sec), 说明 阅读全文
posted @ 2020-01-06 21:31 wqkeep 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/M_Kerry/article/details/81664548 阅读全文
posted @ 2020-01-06 18:57 wqkeep 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.w3h5.com/post/336.html 我们应该知道 Windows 有一个默认的安装目录专门用来安装软件。Linux 的软件安装目录也应该是有讲究的,遵循这一点,对后期的管理和维护也是有帮助的。 /usr 系统级的目录,可以理解为 C:/Windows/ , / 阅读全文
posted @ 2020-01-06 14:07 wqkeep 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 转自: 方法一: (我用的这种,导入的方法 File New Project from existing sources)(同理,important也是一样的) https://how2j.cn/k/idea/idea maven idea ssm import/1398.html 方法二: (op 阅读全文
posted @ 2020-01-06 12:32 wqkeep 阅读(631) 评论(0) 推荐(0) 编辑