Gearman 拒绝连接到 mysql


gearmand  --queue-type=MySQL           --mysql-host=localhost           --mysql-port=3306           --mysql-user=user           --mysql-password=pass--mysql-db=gearman           --mysql-table=gearman_queue

给我带来以下错误

gearmand: Error while initializing the queue : MySQL

奇怪的是,我可以使用相同的凭据访问数据库,当前在 ubuntu 16.04 上运行

gearmand 
--queue-type mysql 
--mysql-host=127.0.0.1 
--mysql-user=XXX 
--mysql-password=XXX 
--mysql-db=gearman 
--mysql-table=queue

参见

相关内容

  • 没有找到相关文章

最新更新