当前位置:网站首页>迅为瑞芯微RK3399开发板设置Buildroot文件系统测试MYSQL允许远程访问
迅为瑞芯微RK3399开发板设置Buildroot文件系统测试MYSQL允许远程访问
2022-08-09 22:01:00 【mucheni】
修改 MYQSL 配置文件使其监听全部 IP,这样才能监听来自本机以外的 MYSQL 连接请求。
vi /etc/mysql/mysql.conf.d/mysqld.cnf
修改配置文件中:bind-address =127.0.0.1 为 bind-address =0.0.0.0 ,然后保存推出,如下图所示:
重新启动 mysql 服务,输入以下命令
service mysql restart
输入以下命令查看端口状态,如下图可以看出可以监听全部的 ip。
netstat -napt|grep mysql
更多内容可以了解迅为3399开发板
边栏推荐
- 【GORM】模型关系-HasMany关系
- TRUNCATE表之后空间未释放
- A1. Prefix Flip (Easy Version)
- OKR 锦囊妙计
- mysql multi-table left link query
- Under the NVM node installation;The node environment variable configuration
- Basic operations of openGauss database (super detailed)
- Swift 需求 如何防止把view重复添加到win里面
- Xiaohei's leetcode journey: 94. Inorder traversal of binary trees (supplementary Morris inorder traversal)
- Basic JSON usage
猜你喜欢
chart.js面积图曲线图统计插件
Blender程序化建模简明教程【PCG】
【服务器数据恢复】SAN LUN映射出错导致文件系统数据丢失的数据恢复案例
typedef和#define的花里胡哨的用法
Analyze the Add() method in Fragment management from the source code
台风生成,广州公交站场积极开展台风防御安全隐患排查
小程序+自定义插件的关键性
聊天尬死名场面,你遇到过吗?教你一键获取斗图表情包,晋升聊天达人
leetcode brush questions diary Calculate the number of elements on the right that is less than the current element
three.js镂空圆球拖拽变形js特效
随机推荐
[Microservice~Nacos] Nacos service provider and service consumer
18-GuliMall 压力测试与性能监控
你真的了解乐观锁和悲观锁吗?
B. Neighbor Grid
深度剖析 Apache EventMesh 云原生分布式事件驱动架构
发送激活邮件「建议收藏」
NodeJS使用JWT
Liver all night to write a thirty thousand - word all the commands the SQL database, function, speaks clearly explain operators, content is rich, proposal collection + 3 even high praise!
“稚晖君”为2022昇腾AI创新大赛打call 期待广大开发者加入
Blender程序化建模简明教程【PCG】
Under the NVM node installation;The node environment variable configuration
【软考 系统架构设计师】案例分析⑤ 质量属性和架构评估
R语言检验时间序列的平稳性:使用tseries包的adf.test函数实现增强的Dickey-Fuller(ADF)检验、检验时序数据是否具有均值回归特性(平稳性)、不具有均值回归特性的案例
BulkInsert方法实现批量导入
【软考 系统架构设计师】案例分析④ 软件架构风格
Install win virtual machine on VMware
This article lets you quickly understand implicit type conversion [integral promotion]!
力扣 1413. 逐步求和得到正数的最小值
Rust 解引用
leetcode 38. 外观数列