phpmyadmin问题
时间:2006-02-09 来源:dalarge
扩展解决:
extension_dir = "C:\PHP\ext";
extension=php_mysql.dll
register_globals = Off,将 Off 改成 On;
extension=php_mbstring.dll
;复制php,ext下的所有dll到system32
乱码解决:
31行$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin-2.7.0-pl1/';
45行$cfg['blowfish_secret'] = 'this';
71行$cfg['Servers'][$i]['auth_type'] = 'cookie';
263行 'utf-8'=> 'utf8'改成 'utf-8'=> 'latin1',
250行 'gb2312'=> 'latin1'
166行zh-gb2312,在它后面加上一个"-utf-8"
启动的时候选zh-gb2312-utf-8 改动后要重起apache
extension_dir = "C:\PHP\ext";
extension=php_mysql.dll
register_globals = Off,将 Off 改成 On;
extension=php_mbstring.dll
;复制php,ext下的所有dll到system32
乱码解决:
31行$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin-2.7.0-pl1/';
45行$cfg['blowfish_secret'] = 'this';
71行$cfg['Servers'][$i]['auth_type'] = 'cookie';
263行 'utf-8'=> 'utf8'改成 'utf-8'=> 'latin1',
250行 'gb2312'=> 'latin1'
166行zh-gb2312,在它后面加上一个"-utf-8"
启动的时候选zh-gb2312-utf-8 改动后要重起apache
相关阅读 更多 +