Manually updating phpMyAdmin to v3.2.0

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Manually updating phpMyAdmin to v3.2.0

Postby cb » 27. June 2009 22:39

Usually you can easily manually update the version of phpMyAdmin by swapping the complete new directory of phpMyAdmin for the old and restoring the config.inc.php file from the previous version. With v3.2.0, you get a config file error, so it won't work straight away. They have changed a variable name used in the config files so just need to change one line

line 22

Code: Select all
$cfg['Servers'][$i]['AllowNoPasswordroot'] = true;

to be

Code: Select all
$cfg['Servers'][$i]['AllowNoPassword'] = true;


It then works fine.
cb
cb
 
Posts: 36
Joined: 11. June 2008 22:48

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 107 guests