
【基本介紹】
1.下載多國語言包解壓好后更名為phpmyadmin注意全是小寫的,把它放在\文件夾\htdocs下
2.將config.sample.inc.php更名為config.inc.php
3,配制config.inc.php
修改$cfg['Servers'][$i]['controluser']把前面的//去掉,在后面寫上數(shù)據(jù)庫名字如'root'
$cfg['Servers'][$i]['controlpass']把前面的//去掉,在后面寫上數(shù)據(jù)庫密碼,如'123'
修改$cfg['blowfish_secret']=''在后面''里面隨便填上幾個數(shù)字'456'
4.配制服務(wù)器的php.ini
將php下的libmcrypt.dll復(fù)制到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發(fā)布,此版本解決了不能從網(wǎng)格編輯有序的列的值的問題。
phpMyAdmin4.1.12發(fā)布,此版本包括了一些bug修復(fù):在列顯示時間值,即使此列不允許定義小數(shù)的秒,還是在列中顯示小數(shù)秒為0。
phpMyAdmin4.0.9是bug修復(fù)版本。


































