数据库2025年06月05日
报错--->java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea...
数据库2025年05月08日
访问Tomcat内的项目时出现:“404访问tomcat下的项目源服务器未能找到目标资源的表示或者是不愿公开一个已经存在的资源表示”。 解决办法: 查看tomcat的logs目录下的localhost.time.log日志文件 找到有缩进的at开头的row的前面一句错误信息 报错为“java.sql.SQLException: null, message ...
数据库2025年04月28日
当你连接自己的电脑上的MySQL时,报这样的错,你可以把ip换成 127.0.0.1或者localhost ,当然前提是用户名和密码正确 ...