当前位置:网站首页>Jar package startup failed -mysql modify the default port number / set password free enter
Jar package startup failed -mysql modify the default port number / set password free enter
2022-07-02 21:34:00 【yaoyaozaiye】
【 Issues an error 】
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
Start the site jar The package reported an error ,Mysql Can't connect .
【 Cause analysis 】
There may be two reasons for thinking :
The first is Mysql Password set , This leads to the need for password connection , The connection fails ;
The second is Mysql The default port number is 3306,jar Configured in the package mysql The port number configured on the server is 3307.
【 resolvent 】
Solution ①: Set up Mysql Secret free entry
- modify Mysql Configuration file for :
vi /etc/my.cnf
- Add
skip-grant-tables
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid - Restart after saving Mysql service :
systemctl restart mysqld
- restart jar package , Still not connected Mysql.
Solution ②: modify Mysql Default port number
- modify Mysql Configuration file for :
vi /etc/my.cnf
- Add... After the document
port=3307
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock - Restart after saving Mysql service
systemctl restart mysqld
- Alibaba cloud server , Security group policy is open 3307 port
- restart jar package , success !
边栏推荐
- Construction and maintenance of business websites [4]
- MySQL learning notes (Advanced)
- MySQL learning record (3)
- Redis -- three special data types
- Accounting regulations and professional ethics [18]
- Accounting regulations and professional ethics [17]
- Download vagrant box file locally from Atlas and configuring it
- China microporous membrane filtration market trend report, technological innovation and market forecast
- Interpretation of some papers published by Tencent multimedia laboratory in 2021
- Accounting regulations and professional ethics [16]
猜你喜欢
[shutter] the shutter plug-in is used in the shutter project (shutter plug-in management platform | search shutter plug-in | install shutter plug-in | use shutter plug-in)
Welfare, let me introduce you to someone
[question brushing diary] classic questions of dynamic planning
Analysis of neural network
MySQL learning record (3)
Redis分布式锁故障,我忍不住想爆粗...
I drew a Gu ailing with characters!
MySQL learning record (8)
kernel tty_ struct
Baidu sued a company called "Ciba screen"
随机推荐
Sweet talk generator, regular greeting email machine... Open source programmers pay too much for this Valentine's day
China Indonesia advanced wound care market trend report, technological innovation and market forecast
China plastic bottle and container market trend report, technological innovation and market forecast
Research Report on market supply and demand and strategy of China's right-hand outward rotation entry door industry
[error record] the command line creates an error pub get failed (server unavailable) -- attempting retry 1 in 1 second
1007 maximum subsequence sum (25 points) "PTA class a exercise"
Cloud computing technology [2]
[question brushing diary] classic questions of dynamic planning
MySQL learning record (1)
mysql
MySQL learning record (3)
Research Report on market supply and demand and strategy of China's plastic pump industry
[dynamic planning] p1220: interval DP: turn off the street lights
China plastic box market trend report, technological innovation and market forecast
MySQL learning notes (Advanced)
Codeworks global round 19 (CF 1637) a ~ e problem solution
Research Report on the overall scale, major manufacturers, major regions, products and applications of sliding door dampers in the global market in 2022
Construction and maintenance of business websites [9]
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of signal distributors in the global market in 2022
How is LinkedList added?