【发布时间】:2018-02-24 07:54:44
【问题描述】:
我安装了 maxscale,我得到这个错误:
Refresh rate limit exceeded for load of users' table.
我能做什么?我有 mariadb 数据库
【问题讨论】:
我安装了 maxscale,我得到这个错误:
Refresh rate limit exceeded for load of users' table.
我能做什么?我有 mariadb 数据库
【问题讨论】:
当用户身份验证失败时,MaxScale 会重新加载数据库用户列表。此重新加载受速率限制,会导致记录相关错误消息。
检查 MaxScale 的错误日志以获取有关失败的身份验证尝试的任何线索,这样您就可以解决问题的根本原因。
MariaDB KB 上的 MaxScale 教程展示了 How to set up MaxScale 以及如何配置数据库授权以用于 MaxScale。
【讨论】: