From b42131fe5e9769234afa27702e35d507cac0ba96 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 4 Jan 2008 22:14:35 +0000 Subject: fixed #766. --- framework/Caching/TDbCache.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/Caching/TDbCache.php b/framework/Caching/TDbCache.php index 4acb2454..bc4d4309 100644 --- a/framework/Caching/TDbCache.php +++ b/framework/Caching/TDbCache.php @@ -33,6 +33,9 @@ Prado::using('System.Data.TDbConnection'); * exist in the database, it will be automatically created with the following structure: * (key CHAR(128) PRIMARY KEY, value BLOB, expire INT) * + * Note, if you are using MySQL, you may want to manually create the DB table by relacing + * BLOB with LONGBLOB. Some users reported that BLOB may cause problems in MySQL. + * * If you want to change the cache table name, or if you want to create the table by yourself, * you may set {@link setCacheTableName CacheTableName} and {@link setAutoCreateCacheTable AutoCreateCacheTableName} properties. * -- cgit v1.2.3