摘要:
在eclipse中安装tomcat8.5时,报错: The Apache Tomcat installation at this directory is version 8.5.27. A Tomcat 8.0 installation is expected. 解决办法: ①在Tomcat的安装 阅读全文
摘要:
免密登录: 1.在my.ini的 [mysqld] 下添加 skip-grant-tables 2.重启mysql服务即可 修改密码: mysql> update user set password=password('新密码') where user='root' ; mysql> flush p 阅读全文