Home  >  Article  >  Database  >  phpmyadmin安装方法_MySQL

phpmyadmin安装方法_MySQL

WBOY
WBOYOriginal
2016-06-01 14:01:27956browse

phpmyadmin

phpmyadmin安装方法如下:

  1.下载多国语言包

  解压好后更名为 phpmyadmin 注意全是小写的,把它放在 文件夹htdocs下

  2.将config.sample.inc.php 更名为 config.inc.php

  3,配制 config.inc.php

  修改 $cfg['Servers'][$i]['controluser'] 把前面的 //去掉,在后面写上数据库名字 如 'root'

  $cfg['Servers'][$i]['controlpass'] 把前面的// 去掉,在后面写上数据库密码,如'123'

  修改$cfg['blowfish_secret'] = '' 在后面'' 里面随便填上几个数字 '456'

  4. 配制服务器的php.ini

  将php下的 libmcrypt.dll 复制到 C:WINDOWSsystem32

  修改php.ini

  将 ;extension=php_mcrypt.dll前的;去掉

  5,重启apache即可

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn