mysql
ZER0Kelvin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javaweb报错:Could not get JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLNo
报错内容: Could not get JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. 原因:mysql-connecter的jar包太老,mysql版本太新 解决:换个新版本的jar包 ...原创 2020-07-06 22:25:35 · 7435 阅读 · 0 评论 -
mysql报错:ERROR 1064 (42000)
创建数据库报错: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘select’ at line 1 解决方式:在所建的数据库前后加个反引号; 在tab键的上边,跟 ~ 在一起的按键 比如:create database select; ...原创 2020-05-22 12:37:57 · 618 阅读 · 0 评论
分享