|
发表于 2012-2-15 06:38:05
|
显示全部楼层
本帖最后由 想想^_^ 于 2012-2-15 06:38 编辑
你们是不是搞错了?为什么我用GBK编码的程序,用UTF的升级程序显示正常,用GBK升级程序却显示乱码???
而且你们给的升级程序根本不能升级!- PHPDisk 6.0.0免费版 -> 6.1.0 数据转换程序[UTF-8]:第 1 / 3 步
- ========== 升级旧版本数据库结构 ==========
- •SQL Query: DROP TABLE IF EXISTS `pd_cache_data` ...... OK.
- [PHPDisk error!] CREATE TABLE IF NOT EXISTS `pd_cache_data` ( `c_key` char(32) NOT NULL, `c_data` longtext NOT NULL, `c_expire` int(10) unsigned NOT NULL default '0', `c_type` varchar(10) NOT NULL, `c_uid` int(10) unsigned NOT NULL default '0', `c_src` varchar(100) NOT NULL, PRIMARY KEY (`c_key`), KEY `c_type` (`c_type`), KEY `c_uid` (`c_uid`) ) ENGINE=MyISAM DEFAULT CHARSET=Array
- MySQL Info: Unknown character set: 'Array' , 1115
复制代码
还有一个问题,我从5.5升级到6.0只能更新系统缓存,更新模板缓存时出现
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. |
|