康盛公司产品MySQL数据表前缀有关错误
[重要通告]如您遇疑难杂症,本站支持知识付费业务,扫右边二维码加博主微信,可节省您宝贵时间哦!
错误编号:1064
问题分析:
安装完产品之后,前台访问时出现 MySQL 错误。如下
[code]
1、MySQL Query Error
Select value FROM `%s`.5xx_%s Where name='noteexists' You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.5xx_%s Where name='noteexists'' at line 1
2、MySQL Query Error Select value FROM `%s`.`%s`.%s Where name='noteexists' You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.%s Where name='noteexists'' at line 1
[/code]
解决方法:
1、数据表前缀不要使用数字开头,建议将产品重新安装一下。
2、建议检查一下 UCenter 目录下的 data/config.inc.php 和应用下面的配置文件中的配置信息是否正确。这里需要注意一下,应用下的配置文件中的 define('UC_DBTABLEPRE', '`xx`.uc_'); xx 是 UCenter 的数据库名,但是 UCenter 下的配置文件中的 define('UC_DBTABLEPRE', 'uc_'); UC_DBTABLEPRE 后面的 ‘uc_’ 前不需要再加任何信息。
问题未解决?付费解决问题加Q或微信 2589053300 (即Q号又微信号)右上方扫一扫可加博主微信
所写所说,是心之所感,思之所悟,行之所得;文当无敷衍,落笔求简洁。 以所舍,求所获;有所依,方所成!