
数据库
数据库学习配置的笔记
din4e
黑闪!对安全开发和 Web 3.0 感兴趣。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker 中 Mysql 1114 The table is full
1114 The table is full in docker原创 2022-01-13 09:00:52 · 806 阅读 · 0 评论 -
外网无法连接云主机的MySQL
系统配置Ubuntu 18.04服务器搭在华为云上MySQL版本 5.7.32解决方案确保云服务主机开启端口,需要修改安全组;主机防火墙开启了端口;Mysql没有bind-address;/etc/mysql/mysql.conf.d/mysqld.cnf 中把 bind-address = 127.0.0.1 备注掉。MySQL设置权限grant all privileges on *.* to 'root'@'%' identified by '123456' with grant原创 2020-12-01 14:44:55 · 259 阅读 · 0 评论