gpt4 book ai didi

Mysql max_allowed_pa​​cket

转载 作者:行者123 更新时间:2023-11-29 02:22:36 25 4
gpt4 key购买 nike

我在设置 MySql 时遇到了一些麻烦(在 CentOS7 上运行的 mariadb)当我发出

 show global variables where variable_name = 'max_allowed_packet';

响应是

 +--------------------+---------+
| Variable_name | Value |
+--------------------+---------+
| max_allowed_packet | 1048576 |
+--------------------+---------+
1 row in set (0.00 sec)

Witch的意思就是1M。我需要将此值永久保留为 5M 或更大我尝试通过添加来编辑文件/etc/my.cnf

[mysqldump]
max_allowed_packet=16M

所以一直这样。

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd
[mysqldump]
max_allowed_packet=16M

[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d

但是在重新启动服务器后,它看起来像 max_allowed_pa​​cket = 1048576有什么建议吗?提前致谢。

最佳答案

我终于可以解决这个特殊问题了。

我们正在谈论 DigitalOcean 中的一个 droplet。在创建 doplet 之后,我只是按照教程进行操作并发布了“yum install mariadb”(或者可能是 mariadb-server,不确定)。它似乎忽略了/etc/my.cnf 中的所有配置,所以我尝试了 Fedora droplet。我能够从 Oracle YUM 存储库安装 MySql。一切都很好。但我会在另一个问题中讨论 Fedora 上的一个问题(或者可能提交工单)。

我所做的是访问 mariadb 官方网站,按照一些说明我到达了这个页面。 https://downloads.mariadb.org/mariadb/repositories/#mirror=edatel&distro=CentOS&distro_release=centos7-amd64--centos7&version=10.0所以设置官方的 mariadb resppository 然后发出“yum install mariaDB”似乎解决了这个问题。

到此为止。感谢大家阅读。

关于Mysql max_allowed_pa​​cket,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29178879/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com