mysql
mysql
13805029595
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql-8.0.44-winx64.msi VC_redist.2019.x64.exe
mysql-8.0.44-winx64.msi VC_redist.2019.x64.exe原创 2025-12-15 18:45:30 · 340 阅读 · 0 评论 -
MySQL backup.bat
MySQL backup.bat原创 2025-12-09 13:32:55 · 373 阅读 · 0 评论 -
mysqldump --skip-extended-insert
mysqldump --skip-extended-insert原创 2025-12-04 13:25:27 · 262 阅读 · 0 评论 -
mysqldump: [Warning] Using a password on the command line interface can be insecure.
mysqldump: [Warning] Using a password on the command line interface can be insecure.原创 2025-12-03 23:51:15 · 148 阅读 · 0 评论 -
MySQL my.cnf
MySQL 配置文件 my.cnf原创 2025-12-02 22:52:32 · 473 阅读 · 0 评论 -
mysql uuid()
mysql uuid()原创 2025-11-03 20:16:38 · 613 阅读 · 0 评论 -
E:\Document_DB_MySQL_Client_install
navicat.exe 绿色版本原创 2025-08-26 06:45:24 · 376 阅读 · 0 评论 -
mysql-8.0.30-winx64 ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost:3306‘ (10061)
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061)原创 2025-06-05 20:34:05 · 312 阅读 · 0 评论 -
mysql-8.0.30-winx64 Install/Remove of the Service Denied!
mysql-8.0.30-winx64 Install/Remove of the Service Denied!原创 2025-05-10 17:17:31 · 338 阅读 · 0 评论 -
Data Desensitizer (MySQL)
Data Desensitizer (MySQL) 数据脱敏处理原创 2025-05-06 10:42:05 · 196 阅读 · 0 评论 -
MySQL ROUND(number, decimals)
ROUND(number, decimals) 四舍五入原创 2025-04-14 15:31:01 · 332 阅读 · 0 评论 -
Mysql groupby
Mysql groupby 分组查询原创 2025-03-30 09:54:57 · 135 阅读 · 0 评论 -
Identifier name ‘index123456789012345678901234567890123456789012345678901234567890‘ is too long
Identifier name 'index123456789012345678901234567890123456789012345678901234567890' is too long原创 2025-03-25 23:16:42 · 248 阅读 · 0 评论 -
MySql INDEX
MySql INDEX 索引语法原创 2025-03-24 09:09:31 · 579 阅读 · 0 评论 -
SQL Optimization
SQL Optimization (SQL 优化)原创 2025-03-23 23:34:09 · 375 阅读 · 0 评论 -
ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost:3306‘ (10061)
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061)原创 2024-09-11 22:41:08 · 611 阅读 · 0 评论 -
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempt
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.原创 2024-05-28 11:06:22 · 294 阅读 · 0 评论 -
com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value ‘�й���ʱ��‘
com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) t原创 2024-03-21 00:48:04 · 803 阅读 · 0 评论 -
1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key原创 2023-12-15 19:39:08 · 472 阅读 · 0 评论 -
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
1064 - 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 '+ dept_id BIGINT(19) COMMENT '部门ID organization.id', dept_code VARC' at line 10原创 2023-12-15 19:15:37 · 435 阅读 · 0 评论 -
Failed to open the referenced table ‘qrtz_job_details‘
Failed to open the referenced table 'qrtz_job_details'原创 2023-12-14 13:53:05 · 623 阅读 · 0 评论 -
mysql CREATE DATABASE
mysql CREATE DATABASE 创建数据库原创 2023-12-14 13:17:54 · 472 阅读 · 0 评论 -
<mysql-connector-java.version>
5.1.47com.mysql.jdbc.Driver8.0.16com.mysql.cj.jdbc.Driver原创 2023-11-18 20:58:51 · 504 阅读 · 0 评论 -
Establishing SSL connection without server‘s identity verification is not recommended. According to
Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing appl原创 2023-11-18 20:47:39 · 163 阅读 · 0 评论 -
com.mysql.cj.exceptions.CJException: Access denied for user ‘root‘@‘localhost‘ (using password: YES)
Caused by: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'localhost' (using password: YES)原创 2023-10-23 00:17:19 · 869 阅读 · 0 评论 -
Loading class `com.mysql.jdbc.Driver‘. This is deprecated.
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.原创 2023-10-23 00:08:52 · 303 阅读 · 0 评论 -
mysql varchar & int
印象中oracle好像也是吧。年龄是字符类型varchar。年龄是数字类型int。原创 2023-10-19 11:27:26 · 231 阅读 · 0 评论 -
ERROR 1064 - You have an error in your SQL syntax;
ERROR 1064 - 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 '('/',原创 2023-07-28 20:05:21 · 661 阅读 · 0 评论 -
select @@basedir;
select @@basedir;原创 2023-04-06 20:13:56 · 468 阅读 · 0 评论 -
[Err] 1055 - Expression #1 ...... this is incompatible with sql_mode=only_full_group_by
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column '' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by原创 2023-04-06 20:00:16 · 193 阅读 · 0 评论 -
mysql information_schema
mysql information_schema原创 2023-04-05 15:05:23 · 143 阅读 · 0 评论 -
java.sql.SQLSyntaxErrorException: FUNCTION psp.nvl does not exist
java.sql.SQLSyntaxErrorException: FUNCTION psp.nvl does not exist原创 2023-03-12 22:13:40 · 216 阅读 · 0 评论 -
Could not create connection to database server. Attempted reconnect 3 times. Giving up.
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.原创 2023-02-21 18:56:54 · 821 阅读 · 0 评论 -
The reference to entity “useSSL“ must end with the ‘;‘ delimiter.
The reference to entity "useSSL" must end with the ';' delimiter.原创 2022-12-08 16:57:49 · 369 阅读 · 1 评论 -
java.sql.SQLException: Access denied for user ‘crm‘@‘localhost‘ (using password: YES)
java.sql.SQLException: Access denied for user 'crm'@'localhost' (using password: YES)原创 2022-11-29 11:21:30 · 415 阅读 · 0 评论 -
java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed] with root cause
java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed] with root cause原创 2022-11-29 03:22:29 · 1227 阅读 · 0 评论 -
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
1064 - 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 'INSERT INTO `tbl_dic_type` VALUES原创 2022-11-29 03:02:01 · 505 阅读 · 0 评论 -
mysql utf8mb4 utf8mb4_general_ci
mysql utf8mb4 utf8mb4_general_ci原创 2022-11-20 01:22:13 · 481 阅读 · 0 评论 -
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated c
[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 dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full原创 2022-11-16 22:50:23 · 276 阅读 · 0 评论 -
Unknown initial character set index ‘255‘ received from server
Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.原创 2022-10-20 23:35:51 · 282 阅读 · 0 评论
分享