This is a discussion on Memcache with Mysql within the Database Support forums, part of the Web Development category; Hi… 1. How to link the memcache.so file with mysql? 2. How to create the function in Mysql using ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi… 1. How to link the memcache.so file with mysql? 2. How to create the function in Mysql using the share object file ‘memcache.so’? 3. How to clear the memcache by using Mysql trigger? To implement the memcache... I have tried using mysql trigger.... For this first, I have followed the procedure for create share object file ( .so file) Like this : MySQL AB :: MySQL 5.0 Reference Manual :: 24.2.4.5 Compiling and Installing User-Defined Functions then, I have created the memcache.so file from the memcache.c file, then I have put in the lib folder… After that I have create the function like this, CREATE FUNCTION memcache_delete RETURNS INTEGER SONAME 'memcache.so'; When I execute the above statement, I got the error like this… Error Code : 1126 Can't open shared library 'memcache.so' (errno: 22 /lib/memcache.so: undefined symbol: empty_string) How to solve the above problem…..? Can you any one tell me the solution for this? Regards, S.Ashokkumar |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/database-support/3104-memcache-mysql.html | |||
| Posted By | For | Type | Date |
| Databases - DiscussWeb IT Community - Fusing | This thread | Refback | 08-02-2007 11:59 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to delete memcache? | Kamalakannan | PHP Programming | 11 | 10-26-2007 12:30 AM |
| memcache commands and behavior | prasath | Database Support | 4 | 09-27-2007 01:04 AM |
| Phpaccelerator & Memcache | sivaramakrishnan | PHP Programming | 0 | 08-31-2007 08:59 AM |
| memcache in PHP | DuraiBabu | PHP Programming | 6 | 07-18-2007 01:43 AM |