url: jdbc:mysql://${DB_SERVER:localhost}:3306/utai?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&allowMultiQueries=true使用分号分割的批量sql,要添加配置 ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 21:19:41   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Warning: World-writable config file '/etc/mysql/my.cnf' is ignoredERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mys ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 20:57:43   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    官方说明 具体原因 继续用原来的配置的方法 配置文件里删掉最后一行的 Le_API='https://acme.zerossl.com/v2/DV90' (之前配置应该没有这一行),再执行 acme.sh --set-default-ca --server letsencrypt 使用新的配置的办法 ...
                            
                            
                                分类:
其他好文   时间:
2021-06-28 20:41:52   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 20:37:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
                            
                            
                                分类:
微信   时间:
2021-06-28 20:21:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    <?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^index.html" /> < ...
                            
                            
                                分类:
Web程序   时间:
2021-06-28 19:43:32   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、在java链接oracle12时出现java.sql.SQLException: ORA-28040: 没有匹配的验证协议,如下图所示: 2、出现以上问题是由于连接数据库驱动和oracle版本不一致造成的,可以通过下载新的驱动解决,也可以使用修改配置的方式,在Oracle的安装路径下找到sqln ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 19:42:56   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    MySQL MySQL介绍: MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下公司。 MySQL 最流行的关系型数据库管理系统,在 WEB 应用方面MySQL是最好的 RDBMS (Relational Database Management Sy ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 19:29:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1、安装Sql Server 2008R 2、端口设置 运行sql server 配置管理器: 3、下载JDBC包 ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 19:26:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    原因: mysql数据库的时区设置错误 解决办法: ①.Win+R 输入cmd 打开控制台 ②.打开数据库, 输入: mysql -uroot -p ③.查看数据库是否设置时区 show variables like '%time_zone%'; mysql> show variables like ...
                            
                            
                                分类:
数据库   时间:
2021-06-28 18:57:02   
                                阅读次数:
0