当前位置:网站首页>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 !
边栏推荐
- Huawei Hongmeng watch achieves fireworks display effect on New Year's Eve
- China microporous membrane filtration market trend report, technological innovation and market forecast
- [fluent] dart generic (generic class | generic method | generic with specific type constraints)
- MySQL learning record (8)
- [fluent] dart technique (independent main function entry | nullable type determination | default value setting)
- Write the content into the picture with type or echo and view it with WinHex
- 6 pyspark Library
- Analysis of enterprise financial statements [4]
- [hands on deep learning]02 softmax regression
- Roommate, a king of time, I took care of the C language structure memory alignment
猜你喜欢

D4:非成对图像去雾,基于密度与深度分解的自增强方法(CVPR 2022)
![[shutter] shutter layout component (Introduction to layout component | row component | column component | sizedbox component | clipoval component)](/img/45/735431f59a84e9554225a72a551ab8.jpg)
[shutter] shutter layout component (Introduction to layout component | row component | column component | sizedbox component | clipoval component)

MySQL learning record (7)

7. Build native development environment

Cardinality sorting (detailed illustration)
![[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)](/img/17/b5889ec263687aeacf19214785ea8a.jpg)
[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)
![[dynamic planning] p1220: interval DP: turn off the street lights](/img/b6/405e29ca88fac40caee669a3b7893f.jpg)
[dynamic planning] p1220: interval DP: turn off the street lights

MySQL learning record (9)
![[shutter] statefulwidget component (pageview component)](/img/0f/af6edf09fc4f9d757c53c773ce06c8.jpg)
[shutter] statefulwidget component (pageview component)
![[hands on deep learning]02 softmax regression](/img/47/eb67ec2c51f6bb7d6b2879b36e769d.jpg)
[hands on deep learning]02 softmax regression
随机推荐
MySQL learning notes (Advanced)
MySQL learning record (9)
Research Report on crude oil tanker industry - market status analysis and development prospect forecast
Capacity expansion mechanism of ArrayList
Number of DP schemes
~90z axis translation
What is the difference between programming in real work and that in school?
Research Report on micro vacuum pump industry - market status analysis and development prospect prediction
Analysis of enterprise financial statements [4]
China plastic bottle and container market trend report, technological innovation and market forecast
1005 spell it right (20 points) "PTA class a exercise"
Construction and maintenance of business websites [7]
[shutter] statefulwidget component (create statefulwidget component | materialapp component | scaffold component)
股票开户要找谁?手机开户是安全么?
Research Report on the overall scale, major manufacturers, major regions, products and applications of outdoor vacuum circuit breakers in the global market in 2022
Today, I met a Alipay and took out 35K. It's really sandpaper to wipe my ass. it's a show for me
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of signal distributors in the global market in 2022
Accounting regulations and professional ethics [19]
MySQL learning notes (Advanced)
MySQL learning record (8)