• 11
  • fs
  • 表情解决mysql远程连接bug表情1.登录宝塔修改mysql数据库root账户密码2.ssh终端使用root账户登录mysql> mysql -u root -p > 输入你的密码后回车3.按顺序一条一条执行如下命令: ===============================start=================================== -- 1. 使用mysql数据库 > use mysql;-- 2. 创建允许远程访问的用户 > CREATE USER 'root'@'%' IDENTIFIED BY 'your_password';-- 3. 授予该用户所有数据库的所有权限 > GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';-- 4. 刷新权限使配置生效 > FLUSH PRIVILEGES; ==========================end====================================4. 然后就可以使用远程软件登录mysql啦表情
  • 已解决: 1. 修改/etc/my.cnf为以下内容: ====================start============================ [client] #password = your_password port = 3306 socket = /tmp/mysql.sock [mysqld] binlog_cache_size = 64K thread_stack = 256K join_buffer_size = 2048K read_rnd_buffer_size = 512K read_buffer_size = 768K sort_buffer_size = 768K thread_cache_size = 96 table_open_cache = 192 max_connections = 200 innodb_log_buffer_size = 16M innodb_buffer_pool_size = 384M max_heap_table_size = 384M tmp_table_size = 384M key_buffer_size = 256M bind-address=0.0.0.0 port=3306 user=mysql basedir=/www/server/mysql datadir=/www/server/data/mysql socket=/tmp/mysql.sock log-error=/www/server/data/mysql/mysql.err pid-file=/www/server/data/mysql/mysql.pid character_set_server=utf8mb4 symbolic-links=0 plugin-load-add=mysqlx.so mysqlx-bind-address=0.0.0.0================end============================ 2. 执行以下两条命令: ===========start================> sudo usermod -a -G 3003 mysql > sudo usermod -a -G 3003 root============end=====================3. 重启mysql> service mysqld restart表情表情表情
  • 第四个包我试了一下,确实ssh不能用。 第三个包启动目前发现mysql启动异常,望大佬排查解决[呲牙] 日志如下: 2026-01-23T09:28:31.906747Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release. 2026-01-23T09:28:31.906961Z 0 [System] [MY-010116] [Server] /www/server/mysql/bin/mysqld (mysqld 8.0.32) starting as process 15582 2026-01-23T09:28:31.949007Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2026-01-23T09:28:32.241170Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2026-01-23T09:28:32.493583Z 0 [ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of bind-address: '*' port: 33060 failed, `socket()` failed with error: Permission denied(13)' 2026-01-23T09:28:32.493656Z 0 [ERROR] [MY-013597] [Server] Plugin mysqlx reported: 'Value '*' set to `Mysqlx_bind_address`, X Plugin can't bind to it. Skipping this value.' 2026-01-23T09:28:33.178785Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2026-01-23T09:28:33.179119Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2026-01-23T09:28:33.181136Z 0 [ERROR] [MY-010250] [Server] Failed to create a socket for IPv4 '127.0.0.1': errno: 13. 2026-01-23T09:28:33.181263Z 0 [ERROR] [MY-010255] [Server] Can't create IP socket: Permission denied 2026-01-23T09:28:33.181366Z 0 [ERROR] [MY-010119] [Server] Aborting 2026-01-23T09:28:34.989145Z 0 [System] [MY-010910] [Server] /www/server/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
  • 大佬牛逼
  • 6
  • 弄
  • 牛批
  • dsdsacdsacdasd
  • 1
  • 123123
  • 大佬6
  • 666
  • 密码
Yenshthen研学绅
首页 在线代理 站点信息 ChatGPT
更多
关于 友情链接 留言板 壁纸
推荐
Geekshine Download 文本加密 Sourceshop 在线代理
1 LinuxDeply安装linux(Ubuntu22.04)超详细教程(需root),完整网站运行环境的Ubuntu打包文件(2) 16,049 阅读 2 LinuxDeply安装linux(Ubuntu22.04)超详细教程(需root),完整网站运行环境的Ubuntu打包文件 2,504 阅读 3 服务器搭建WireGuard53端口绕过校园网网页认证 2,060 阅读 4 Lgv50终极超详细9008线刷救砖 1,397 阅读 5 头歌数据库实验六:存储过程 700 阅读
技术
编程 电脑 服务器 Java
资源
专题
作业 考研 摄影
默认分类
登录 / 注册
标签搜索
  • Java
  • 作业
  • 学习通
  • mysql
  • 汽车
  • idea
  • 头歌
  • jdbc
  • 编程
  • 数据库
  • 数组
  • 资料
  • ubuntu
  • linux
  • 学习
  • 实验
  • 回形数
  • 校园网
  • wireguard
  • array
侧边栏壁纸
博主昵称
yzdev

  • 累计撰写 7 篇文章
  • 累计收到 19 条评论
  • 今日撰写 0 篇文章
  • 首页
  • 栏目
    • 技术
      • 编程
      • 电脑
      • 服务器
      • Java
    • 资源
    • 专题
      • 作业
      • 考研
      • 摄影
    • 默认分类
  • 页面
    • 在线代理
    • 站点信息
    • ChatGPT
    • 关于
    • 友情链接
    • 留言板
    • 壁纸
  • 推荐
    • Geekshine
    • Download
    • 文本加密
    • Sourceshop
    • 在线代理
  • 用户登录
    • 登录 注册
搜索到 7 篇与 的结果
  • Java语言基础编程 2023-05-09
    Java语言基础编程 Java语言基础编程(循环 面向对象)
    • 2023年05月09日
    • 253 阅读
    • 0 评论
    • 0 点赞
  • 头歌数据库实验七:函数与触发器 2023-05-09
    头歌数据库实验七:函数与触发器 头歌数据库实验七:函数与触发器作业分享学习交流
    • 2023年05月09日
    • 621 阅读
    • 0 评论
    • 10 点赞
  • 头歌数据库实验六:存储过程 2023-05-09
    头歌数据库实验六:存储过程 头歌数据库实验六存储过程作业分享学习交流
    • 2023年05月09日
    • 700 阅读
    • 0 评论
    • 5 点赞
  • 头歌java实验六: Java流式编程与网络程序设计 2023-05-09
    头歌java实验六: Java流式编程与网络程序设计 头歌java实验六作业分享学习交流,Java流式编程与网络程序设计
    • 2023年05月09日
    • 578 阅读
    • 1 评论
    • 4 点赞
  • 头歌数据库实验五:通用接口数据库编程 2023-05-07
    头歌数据库实验五:通用接口数据库编程 头歌数据库实验五:通用接口数据库编程
    • 2023年05月07日
    • 251 阅读
    • 1 评论
    • 3 点赞
  • 头歌java实验五:多线程程序设计 2023-05-06
    头歌java实验五:多线程程序设计 多线程程序设计,掌握Runnable接口实现多线程的方法,掌握Thread类实现多线程的用法,掌握Java语言中多线程编程的基本方法。
    • 2023年05月06日
    • 452 阅读
    • 10 评论
    • 8 点赞
  • 学习通Java作业四Java综合编程 2023-04-27
    学习通Java作业四Java综合编程 编写带图形界面的聊天程序,实现让客户可以持续地发送消息给服务器,服务器也可以即时看到客户端发送的消息,并回消息给客户
    • 2023年04月27日
    • 452 阅读
    • 7 评论
    • 3 点赞
博主栏壁纸
博主头像 yzdev

7 文章数
19 评论量
  • Java语言基础编程
  • 头歌数据库实验七:函数与触发器
  • 头歌数据库实验六:存储过程
热门文章
  1. 1
    LinuxDeply安装linux(Ubuntu22.04)超详细教程(需root),完整网站运行环境的Ubuntu打包文件(2)
    16049 阅读 - 07/18
  2. 2
    LinuxDeply安装linux(Ubuntu22.04)超详细教程(需root),完整网站运行环境的Ubuntu打包文件
    2504 阅读 - 05/23
  3. 3
    服务器搭建WireGuard53端口绕过校园网网页认证
    2060 阅读 - 03/19
最新回复
  • bj
    bj
    2026-01-27
    11
  • zxc
    zxc
    2026-01-25
    fs
  • lala
    lala
    2026-01-23
    表情解决mysql远程连接bug表情1.登录宝塔修改mysql数据库root账户密码2.ssh终端使用root账户登录mysql> mysql -u root -p > 输入你的密码后回车3.按顺序一条一条执行如下命令: ===============================start=================================== -- 1. 使用mysql数据库 > use mysql;-- 2. 创建允许远程访问的用户 > CREATE USER 'root'@'%' IDENTIFIED BY 'your_password';-- 3. 授予该用户所有数据库的所有权限 > GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';-- 4. 刷新权限使配置生效 > FLUSH PRIVILEGES; ==========================end====================================4. 然后就可以使用远程软件登录mysql啦表情
  • lala
    lala
    2026-01-23
    已解决: 1. 修改/etc/my.cnf为以下内容: ====================start============================ [client] #password = your_password port = 3306 socket = /tmp/mysql.sock [mysqld] binlog_cache_size = 64K thread_stack = 256K join_buffer_size = 2048K read_rnd_buffer_size = 512K read_buffer_size = 768K sort_buffer_size = 768K thread_cache_size = 96 table_open_cache = 192 max_connections = 200 innodb_log_buffer_size = 16M innodb_buffer_pool_size = 384M max_heap_table_size = 384M tmp_table_size = 384M key_buffer_size = 256M bind-address=0.0.0.0 port=3306 user=mysql basedir=/www/server/mysql datadir=/www/server/data/mysql socket=/tmp/mysql.sock log-error=/www/server/data/mysql/mysql.err pid-file=/www/server/data/mysql/mysql.pid character_set_server=utf8mb4 symbolic-links=0 plugin-load-add=mysqlx.so mysqlx-bind-address=0.0.0.0================end============================ 2. 执行以下两条命令: ===========start================> sudo usermod -a -G 3003 mysql > sudo usermod -a -G 3003 root============end=====================3. 重启mysql> service mysqld restart表情表情表情
  • lala
    lala
    2026-01-23
    第四个包我试了一下,确实ssh不能用。 第三个包启动目前发现mysql启动异常,望大佬排查解决[呲牙] 日志如下: 2026-01-23T09:28:31.906747Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release. 2026-01-23T09:28:31.906961Z 0 [System] [MY-010116] [Server] /www/server/mysql/bin/mysqld (mysqld 8.0.32) starting as process 15582 2026-01-23T09:28:31.949007Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2026-01-23T09:28:32.241170Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2026-01-23T09:28:32.493583Z 0 [ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of bind-address: '*' port: 33060 failed, `socket()` failed with error: Permission denied(13)' 2026-01-23T09:28:32.493656Z 0 [ERROR] [MY-013597] [Server] Plugin mysqlx reported: 'Value '*' set to `Mysqlx_bind_address`, X Plugin can't bind to it. Skipping this value.' 2026-01-23T09:28:33.178785Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2026-01-23T09:28:33.179119Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2026-01-23T09:28:33.181136Z 0 [ERROR] [MY-010250] [Server] Failed to create a socket for IPv4 '127.0.0.1': errno: 13. 2026-01-23T09:28:33.181263Z 0 [ERROR] [MY-010255] [Server] Can't create IP socket: Permission denied 2026-01-23T09:28:33.181366Z 0 [ERROR] [MY-010119] [Server] Aborting 2026-01-23T09:28:34.989145Z 0 [System] [MY-010910] [Server] /www/server/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
标签云
2022 - 2023 © 研学绅 - 赣ICP备20006627号-1
在线人数:1 人
已运行 00 天 00 时 00 分 00 秒
RSS MAP

yzdev

yzdev【】

风风雨雨 00 天 00 时 00 分 00 秒,你是第 35,937 位相遇的小伙伴

Ctrl+D收藏本站

绿水本无忧,因风皱面

青山原不老,为雪白头