Mysql
蟹蟹肉
快快快看看看
展开
-
org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a].....
报错:org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could...原创 2019-10-29 17:36:50 · 3278 阅读 · 0 评论 -
org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner ...
idea运行的时候出现错误:org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.imooc.repository.ProductCategoryRepositoryTest]解决的方法:...原创 2019-10-28 09:53:34 · 2505 阅读 · 0 评论 -
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains ......
在 Mysql 数据库中执行命令后出现错误提示:[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally depende...原创 2019-10-25 15:18:44 · 1022 阅读 · 0 评论 -
mysqld.exe 无法找到入口
双击mysqld.exe出现如下图片是因为缺少Visual C++ 2013 库,下载安装就可以了。Visual C++ 2013 库:https://www.microsoft.com/zh-CN/download/details.aspx?id=40784再次双击mysqld.exe。...原创 2019-06-27 11:29:36 · 6258 阅读 · 2 评论 -
springboot 连接数据库出错:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is .....
springboot连接数据库出现错误:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via t...原创 2019-07-03 17:54:47 · 406 阅读 · 0 评论 -
Windows存在两个数据库——XAMPP中的数据库和新下载的数据库(mysql)
前提:Windows已经安装好了XAMPP,且XAMPP中的MySQL再还没下载另一个数据库时能正常启动运行。现在准备再下载一个MySQL的数据库。1、首先登录MYSQL官网下载安装包并解压。https://dev.mysql.com/downloads/mysql/我这边下载的是mysql-5.7.23-winx64.zip版本的2、环境配置2.1、新创建变量:M...原创 2019-06-28 14:38:20 · 645 阅读 · 0 评论