当前位置:网站首页>EasyGBS connects to mysql database and prompts "can't connect to mysql server", how to solve it?
EasyGBS connects to mysql database and prompts "can't connect to mysql server", how to solve it?
2022-08-10 05:03:00 【EasyGBS】
EasyGBS national standard video cloud service platform not only supports national standard equipment with seamless and complete access to the intranet or public network, but also realizes full-platform and full-terminal output in terms of output.The platform supports the conversion of PS streams pushed by GB/T28181 devices/platforms into ES streams, and provides RTSP, RTMP, FLV, HLS, WebRTC and other video stream distribution services to realize web browsers, mobile browsers, WeChat terminals, PC client and other terminals without plug-in playback.
According to user feedback, when using EasyGBS to connect to mysql database, it prompts "can't connect to mysql server on '192.168.99.134'". In order to improve user experience and optimize platform functions, technicians will start immediately after receiving the feedbackTroubleshoot and resolve. Following are the steps to resolve:
1) EasyGBS reported an error because the connection to the database failed, so first connect to the database separately to see if the problem is a database configuration error, as shown in the figure:
2) As can be seen from the above figure, starting the database alone will display an error, so it is necessary to modify the configuration file of the database and check whether the parameters of bind-address are affected:
3) Due to the bind-address parameter, the mysql database can only log in to the database at 127.0.0.1, then shield this parameter, and then restart the database, as shown in the figure:
4) After the restart is complete, test the database again to enter:
5) Finally, start the EasyGBS service, and you can see that the platform can run normally.
With the continuous implementation of projects such as Safe City, Safe Village, and Xueliang Project in my country, EasyGBS has also played a great role in these projects with its excellent video capabilities.Based on the advantages of cloud-edge-device architecture, the platform can realize rich video functions.Interested users can go to the demo platform for experience or deployment testing.
边栏推荐
猜你喜欢
Flutter开发:报错The following assertion was thrown resolving an image codec:Unable to…的解决方法
2022年R2移动式压力容器充装考试题库模拟考试平台操作
深度学习之-01
使用 DatePicker 日期控件,发生 Prop being mutated: “placement“ 报错问题
2022 T Elevator Repair Exam Questions and Mock Exams
最新开源的面试笔记,天花板级别!
一篇文章掌握整个JVM,JVM超详细解析!!!
JavsSE => 多态
【u-boot】u-boot驱动模型分析(02)
兴盛优选监控场景的时序数据库选型与落地实践
随机推荐
线程(下):读写者模型\环形队列\线程池
EasyGBS连接mysql数据库提示“can’t connect to mysql server”,该如何解决?
开发智能硬件过程中需要掌握的方法之经典
Stacks and Queues | Implementing Queues with Stacks | Implementing Stacks with Queues | Basic Theory and Code Principles
一篇文章掌握整个JVM,JVM超详细解析!!!
软考考生注意!2022年下半年报名详细流程来了!
oracle cdc时,设置并行度2插槽数1,最终任务只有一个tm,是不是因为oracle不支持并发
Promise原理及实现
2022 T Elevator Repair Exam Questions and Mock Exams
用 PySpark ML 构建机器学习模型
LeetCode·124.二叉树中的最大路径和·递归
重要转型升级
GP如何进行数据比对?
栈与队列 | 用栈实现队列 | 用队列实现栈 | 基础理论与代码原理
How Current Probes Set Oscilloscope Parameters
Unity implements UI edge detection and drag-and-drop functions
Shell编程三剑客之awk
#【软件STM32cubeIDE下F103配置uart3+DMA收发+简单数据解析-基础样例】
[Web3 Series Development Tutorial - Create Your First NFT (7)] Create an NFT DApp and assign attributes to your NFT, such as pictures
【LeetCode】Day111-字母异位词分组