摘要: 第二天就遇到了问题 参考了很多资料:了解到: 很多用户在使用Navicat Premium 12连接MySQL数据库时会出现Authentication plugin ‘caching_sha2_password’ cannot be loaded的错误。 出现这个原因是mysql8 之前的版本中加 阅读全文
posted @ 2024-04-21 23:16 yblll 阅读(21) 评论(0) 推荐(0)
摘要: 今天开始小组编码了 连接数据库: package com.example.underground;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import jav 阅读全文
posted @ 2024-04-21 23:16 yblll 阅读(17) 评论(0) 推荐(0)