【基本介绍】
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:\WINDOWS\system32
修改php.ini
将;extension=php_mcrypt.dll前的;去掉
5,重启apache即可
【更新日志】
phpMyAdmin4.4.3更新日志-bug#4851PHPerrorsinlogindialogue
-bug#4207json_encodeerrorduetostrftimereturningnonutf8charsinWindows8.1Chineseversion
-bug#4845Whitescreen(Cloudflare)
-bug#4794Servererrorviewingtablecontent
-bugFixissuesrelatedtonumberofdecimalplacesintime
-bug#4853Relationviewbetween1600and1780px
-bugPHP7compatibilityinphp-gettext
-bugPHP7compatibilityinbfShapeFiles
-bugPHP7session_regenerate_id()warning
-bug#4857Altertableafterchangingcolumnnameerror
-bug#4830MaximumexecutiontimeexceededinUtil.class.php;
phpMyAdmin4.3.11更新日志
-bug#4774SQLlinksarecompletelywrong
-bug#4768MariaDB:versionmismatch
-bug#4777SomeimagesaremissinginDesignerfororiginaltheme
-bug#4767Drizzle:undefinedindexinmysql_charsets.inc.php
-bug#4753Normalfieldandmulti-linefieldhavedifferentmargins
-bug#4760Cannotre-importsettingsfromlocalstorage
-bug#4778SQLerrorwhendatabaselistissortedbyadditionalcolumns
-bug#4780Noticewhentimestampcolumndoesnothavedefaultvalue
phpMyAdmin4.2.8发布,此版本解决了不能从网格编辑有序的列的值的问题。
phpMyAdmin4.1.12发布,此版本包括了一些bug修复:在列显示时间值,即使此列不允许定义小数的秒,还是在列中显示小数秒为0。
phpMyAdmin4.0.9是bug修复版本。