Home > Database > Mysql Tutorial > gearman_mysql_udf安装成功,但调用不成功!

gearman_mysql_udf安装成功,但调用不成功!

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 09:34:15
Original
1108 people have browsed it

mysqlgearman

centos6.5下已经成功安装mysql5.6,gearman以及gearman_mysql_udf,也注册成功了udf函数,但在调用时,不能调用成功。

select gman_do_background('syncToRedis','fukai') as test;

+------+
| test |
+------+
| NULL |
+------+
1 row in set (0.00 sec)

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template