gpt4 book ai didi

php - MySQL连接服务器-客户端

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

我在游戏服务器和网络服务器之间的连接上遇到了一些问题。游戏服务器运行 FreeBSD 9.3,Mysql5.5,网络服务器使用 Centos 6.5。

有时连接成功但在几次刷新后出现意外我收到此错误:

access denied for user 'root'@'XXX.XXX.XXX.XXX' (using password yes)

我试过没有这个文件,但不管有没有这个文件,结果都是一样的:my.cnf

[mysqld]
local-infile=0
query_cache_limit=5M
query_cache_size=0
query_cache_type=1
max_connections=1500
interactive_timeout=100
wait_timeout=50
connect_timeout=10
thread_cache_size=128
key_buffer=200M
join_buffer=1M
max_allowed_packet=16M
table_cache=1536
sort_buffer_size=18M
read_buffer_size=18M
max_connect_errors=10
thread_concurrency=2
myisam_sort_buffer_size=64M
server-id=1
tmp_table_size=32M
max_heap_table_size=32M

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash

[isamchk]
key_buffer=128M
sort_buffer=128M
read_buffer=10M
write_buffer=10M

[myisamchk]
key_buffer=128M
sort_buffer=128M
read_buffer=10M
write_buffer=10M

[mysqlhotcopy]
interactive-timeout

MySQL user preview

MySQL privileges preview(all privilleges active)

最佳答案

您需要检查您的 MySQL“用户”实际权限请注意,您需要提供客户端连接的实际 IP 地址,以便您的用户可以连接到服务器:例如 'user'@'192.168.1.2'。

或者您可以使用'user'@'%' 语句允许此用户从任何 IP 连接。

你能展示一下你的权限表吗?看看here了解更多关于 MySQL 权限的信息,它可能会有所帮助。

关于php - MySQL连接服务器-客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38759704/

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