51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#安装sql
java.sql.SQLException: Access denied for user root@172.16.2.20 (using password: YES)
启动spring架构连接数据库时,报错:java.sql.SQLException:Accessdeniedforuser'root'@'172.16.2.20'(usingpassword:YES)解决:1.在架构连接数据库的位置增加&zeroDateTimeBehavior=...
开发笔记
·
2024-08-08
java.sql.SQLException
Access
denied
for
user
mysql容器里不能识别中文输入
mysql容器里输入中文不能使用,查看locale,字符不能识别:解决:echo"exportLANG=C.UTF-8">>/etc/profile&&source/etc/profile 如果是在宿主机,解决方法:echo"export L...
开发笔记
·
2024-08-08
mysql
容器
不能
识别
中文
mac os 下brew安装的php导致Swoole编译失败的问题
如果mac下编译出现如下类似错误:/usr/local/Cellar/php/7.4.11/include/php/Zend/zend_operators.h:523:10:error:'asmgoto'constructsarenotsupportedyet__asm__goto(^修改/usr/local/Cell...
开发笔记
·
2024-07-22
mac
os
brew
装的
php
Linux各个版本的系统安装docker
Ubuntu/Debian删除之前安装的dockerapt-getremovedockerdocker-enginedocker.io安装依赖apt-getinstallapt-transport-httpsca-certificatescurlgnupg2software-properties-common添加信任的...
开发笔记
·
2024-07-11
Linux
各个
版本
系统
安装
com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql:/解决方法详解
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:Couldnotcreateconnectiontodatabaseserver.具体错误信息如下:2021-01-0420:20:09.071ERROR12300---[eate-...
开发笔记
·
2024-07-11
com.alibaba.druid.pool.DruidDataSource
create
connection
SQLException
url
mysql blob数据读取和转换
selectid,title,CONVERT(contentUSINGutf8mb4)AScontentfromstation_articlesORDERBYiddesclimit10 ...
开发笔记
·
2024-07-09
mysql
blob
数据
读取
转换
mysql innodb 独立表空间 innodb_file_per_table
5.6.6以上版本默认开启my.cnfinnodb_file_per_table=ON;命令行setglobalinnodb_file_per_table=ON;查看showvariableslike'%per_table%';...
开发笔记
·
2024-07-09
innodb
mysql
独立
空间
file
mysql8数据库出错还原处理
数据库出错还原处理修改my.cnf innodb_force_recovery 调整级别从1-6找到可启动的级别备份数据库新建数据库重新导入数据库,启动#数据库只读方式启动innodb_force_recovery=0表示当需要恢复时执行所有的恢复操作;innodb_force_recovery=1...
开发笔记
·
2024-07-09
mysql8
数据库
出错
还原
处理
mysql general_log日志
general_log日志showvariableslike'general_log';#查看general_log开启情况showvariableslike'general_log_file';查看日志文件存储位置:showvariableslike'log_output';查看日志输出类型table/fileset...
开发笔记
·
2024-07-09
mysql
general
log
日志
linux lnmp安装
在线安装https://lnmp.org/install.htmldebian安装lnmp#方法一screen安装apt-getinstallscreen-yscreen-Slnmpcd/usr/local/src/#方法二源码安装#wgethttp://soft.vpser.net/lnmp/lnmp1.8.tar....
开发笔记
·
2024-07-09
linux
lnmp
安装
国产linux系统安装docker (麒麟和统信)
下载docker二制文件下载地址: https://download.docker.com/linux/static/stable/x86_64/https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/国内其它镜像也可以下载wgethtt...
开发笔记
·
2024-07-09
国产
linux
系统
安装
docker
树莓派安装 wiringpi 失败、gpio readall 命令出错的解决方法
64位的树莓派不能够直接用pipinstallwiringpi命令装wiringpi,否则装的是armhf架构的不兼容一、彻底卸载装错的wiringpisudoapt-getremovewiringpisudoapt-getpurgewiringpihash-r二、安装适合64位ARM架构的wiringpi版本sudo...
开发笔记
·
2024-07-04
树莓
安装
wiringpi
失败
gpio
腾讯云服务器怎么安装ssl
腾讯云服务器(TencentCloudServer)是一种可扩展性高、弹性服务的云计算产品,可以为用户提供强大的计算资源和灵活的网络配置。在使用腾讯云服务器时,为了保证网站的安全性,很多用户会选择为其安装SSL证书。SSL(SecureSocketsLayer)证书是一种数字证书,用于加密网站和保护用户的敏感信息。通过...
开发笔记
·
2024-07-02
腾讯
服务器
怎么
安装
ssl
ASP.NET程序web.config连接Mssql数据库字符串大全
常见的asp.NET程序连接mssql数据库的字符串使用方法;在Web.Config中创建连接字符串:1、asp.net连接Access数据库代码:/<addname="ConnectionString"connectionString="DataSource=.SQLEXPRESS...
开发笔记
·
2024-07-01
ASP.NET
程序
web.config
连接
Mssql
2503错误,win8安装软件错误2503,2502处理办法
2503错误,win8安装软件错误2503,2502处理办法?在win8系统下,有时碰到安装一些软件的时候会出现2053,2052错误,一般都是以MsI为扩展名的安装包,Ms是微软专用的安装格式,需要系统中windowsinstaller服务的支持。下面win8系统之家就和我们讲讲如可处理系统提示2502、2503错误...
开发笔记
·
2024-06-23
2503
错误
win8
安装
软件
首页
上一页
...
4
5
6
7
8
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他