MySQL社区

 找回密码
 注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

搜索

phpMyAdmin下载、安装和使用入门(Web形式客户端工具)

查看数: 21487 | 评论数: 10 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2007-9-9 23:05

正文摘要:

对于PHP的逐渐流行,我们有目共睹:无论是BLOG程序中的WordPress,还是CMS程序中的DEDECMS,还是BBS程序中的Discuz!,都可谓经典。 随着程序语言选择的不同,WEB应用所使用的数据库也发生了变化,转而向MySQL阵营 ...

回复

niekui 发表于 2014-5-6 10:03:47
提示: 作者被禁止或删除 内容自动屏蔽
虾米不吃米 发表于 2013-7-23 20:52:12
总算可以留言
Jobsz 发表于 2010-7-2 08:25:04
提示: 作者被禁止或删除 内容自动屏蔽
xczwhx 发表于 2009-12-4 10:52:14
学些了,呵呵
感觉还是蛮受益的!
xczwhx 发表于 2009-12-4 10:51:30
学些了,呵呵
感觉还是蛮受益的!
kider 发表于 2009-6-18 22:17:07
很好的参考:

phpMyAdmin 2.10.0.2 的安装方法:http://www.discuz.net/thread-631382-1-5.html

phpMyAdmin使用视频教程:http://www.discuz.net/thread-390316-1-1.html

PHPMYADMIN简明安装教程:http://www.discuz.net/thread-746673-1-2.html
kider 发表于 2008-4-2 08:56:43
部分有用...
yy199771 发表于 2008-4-1 23:08:33
提示: 作者被禁止或删除 内容自动屏蔽
kider 发表于 2007-9-11 15:29:29
phpMyAdmin的mbstring问题2007年03月14日 下午 12:01[转自Jumbo Frame]
操作环境:
Fedora Core 3
Apache/2.0.52 (built: Oct 15 2004 11:39:29 )
PHP 4.3.9 (cgi) ( built: Oct 20 2004 14:52:04 )
phpMyAdmin 2.6.4-pl3

今天打开phpMyAdmin突然出现如下红字警告:

linux PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.

英文即是:The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

==================================================================
解决方法:安装 php-mbstring-4.3.9-3.i386.rpm 包,重启apache即可!
==================================================================

过程:

搜索了一下,好像是很常见的问题,但大多是windows平台下的解决方法:
windows平台:
修改php.ini文件,去掉 ;extension=php_mbstring.dll 前面的分号。

unix平台:
打开/etc/php.ini
把 ;extension=php_mbstring.so 改成 extension=php_mbstring.so 。

但我的fc3的/etc/php.ini文件里只有:

[mbstring]
; language for internal character representation.
;mbstring.language = Japanese

; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;mbstring.internal_encoding = EUC-JP

; http input encoding.
;mbstring.http_input = auto

; http output encoding. mb_output_handler must be
; registered as output buffer to function
;mbstring.http_output = SJIS

; enable automatic encoding translation accoding to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for
;         portable libs/applications.
;mbstring.encoding_translation = Off

; automatic encoding detection order.
; auto means
;mbstring.detect_order = auto

; substitute_character used when character cannot be converted
; one from another
;mbstring.substitute_character = none;

; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;     extension=modulename.extension
;
; For example:
;
;     extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here.    Specify the location of the extension with the
; extension_dir directive above.


;;;;
; Note: packaged extension modules are now loaded via the .ini files
; found in the directory /etc/php.d; these are loaded by default.
;;;;

; Directory in which the loadable extensions (modules) reside.
extension_dir = /usr/lib/php4



extension_dir = /usr/lib/php4    应该是个关键噢。里面放置了扩展模块。

又找到个方法:
说是要重新编译安装php:
# ./configure --enable-mbstring

可是我喜欢系统自带安装的,这样自己编译好麻烦啊...

搜索英文信息,找到:
# yum install php-mbstring

哈,肯定是它了!找来FC3第四张光盘里的php-mbstring-4.3.9-3.i386.rpm ,安装,重启apache,搞定!呵呵````

QQ|申请友链|小黑屋|Archiver|手机版|MySQL社区 ( 京ICP备07012489号   
联系人:周生; 联系电话:13911732319

GMT+8, 2024-5-3 20:55 , Processed in 0.068054 second(s), 29 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表