phpMyAdmin下面有个警告:没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.
不知道有没有问题

解决方案 »

  1.   

    跟那个警告没有什么关系,那个警告只关系到字符集,就是可能会出现乱码。
    Mysql只有MyISAM表类型才支持fulltext,你查一查你的表类型.
      

  2.   

    1、Full-Text RestrictionsFull-text searches are supported for MyISAM tables only. In MySQL 5.0, full-text searches can be used with most multi-byte character sets. The exception is that for Unicode; the utf8 character set can be used, but not the ucs2 character set. Ideographic languages such as Chinese and Japanese do not have word delimiters. Therefore, the FULLTEXT parser cannot determine where words begin and end in these and other such languages. The implications of this and some workarounds for the problem are described in Section 12.7, “Full-Text Search Functions”. While the use of multiple character sets within a single table is supported, all columns in a FULLTEXT index must use the same character set and collation. The MATCH() column list must match exactly the column list in some FULLTEXT index definition for the table, unless this MATCH() is IN BOOLEAN MODE. The argument to AGAINST() must be a constant string. 
    2、php配置文件中,去掉这行前面的分号,重新启动web server;extension=php_mbstring.dll
      

  3.   

    我也装IPB的,怎么没这个问题呀?你用的IPB是什么版本的?2.0?傻瓜型安装呀