摘要: 打开以前的项目web.xml报错。 解决: <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java. 阅读全文
posted @ 2020-12-15 11:27 jiduoduo 阅读(4521) 评论(0) 推荐(0)
摘要: update user set authentication_string=password('xxx') where user='root' and host='localhost';flush privileges; 也可以不加上and host='localhost',这样的话,会把root的 阅读全文
posted @ 2020-12-15 10:08 jiduoduo 阅读(185) 评论(0) 推荐(0)