show processlist; select * from information_schema.processlist; Command: The type of command the thread is executing. 例如上面的例子中,Sleep,或者Query 时间戳timestampcreate table t_var (id VARCHAR(10),name VARCHAR(255),descs VARCHAR(500),create_time TIMESTAMP DEF
① 下载JDBC-MySQL数据库驱动 链接:https://pan.baidu.com/s/1KtSZZ5hXlxu2QrmsXg3lkA 提取码:1pbl ② 加载JDBC-MySQL数据库驱动 范例:MySQL数据库驱动加载 Class.forNmae("com.mysql.jdbc.Driver"); 注:上面语句需要try catch捕获 或者throws异常 ③ 连接数据库 java.sql包中的DriverManager类有两个忠于建立连接的类方法(static方法) N
1.The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must... 原因: 使用了Mysql Connector/J 6.x以上的版本,然后就报了时区的错误 解决办法: 在配置url的时候不能简单写成 :jdbc:mysql://localhost:3306/jsp_text 而是要写成 :jdbc:mysql://localhost:3306/js