Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【记录】如何让内网机器访问deepin的mysql(3306端口)
deepin Talks
1364
views ·
0
replies ·
To
floor
Go
^9星守辰^
Moderator
2018-05-10 17:42
Author
安装方式为sudo apt install
1、不像centos那样要处理防火墙 将/etc/mysql/mysql.conf.d/mysqld.cnf里的bind_address改为0.0.0.0
2、创建对应的mysql用户,给予相应权限
3、刷mysql权限
只为记录
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Popular Events
More
1、不像centos那样要处理防火墙 将/etc/mysql/mysql.conf.d/mysqld.cnf里的bind_address改为0.0.0.0
2、创建对应的mysql用户,给予相应权限
3、刷mysql权限
只为记录