phpMyAdmin 4.0.0 released

Arieh

Verified User
Joined
May 27, 2008
Messages
1,236
Location
The Netherlands
phpMyAdmin 4.0.0 released
Welcome to phpMyAdmin 4.0.0. With this version, the HTML frames are gone
and the navigation panel now presents a tree. This version requires
Javascript.

Version 4.0 contains many bug fixes and smaller new features; moreover,
the documentation has a new look and contains an index.

Details will appear on http://phpmyadmin.net. In a hurry? you can visit
https://sourceforge.net/projects/phpmyadmin/files to download.

Marc Delisle, for the team
 
Hello,

As this is a new major release, I've added it to custombuild, but if you want 4.0.0, you'll need to ask for it:

1) this version requires custombuild 1.2 or higher. 1.2 uses phpmyadmin (PMA) 3 by default.

2)
You'll need to specify you want it, if you have 1.2, eg:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_ver 4
./build phpmyadmin

3)
Custombuild 2.0 has 4 enabled by default.


It's now on files1.directadmin.com, and may take up to 24 hours to propagate to the other mirrors.

John
 
After I have updated to phpMyadmin 4, can not import sql file via phpmyadmin. Where log file I can view?
thanks
 
thanks dmacleo,
Hope DA fix that issue soon. I like pma4 very much because it does not use frame. And It also supports users user back button of browser.
 
have not had chance to test to see if it actually is a DA issue or not so I would hesitate to DA needs to fix it.
if you install pma4 on your own (manually) and it works that would be decent test I would think.
 
Hmm. That is strange. I am also not able to import a database in phpmyadmin 4.x. Export work fine. No errors, it is just loading ... I will try some different browsers now ...
 
Nevermind. It works fine. However it does not work to import in phpmyadmin using Opera web browser, however importing using Firefox, then it works perfect. So it should not be DA related. If you have trouble importing using phpmyadmin 4.x, then try a different browser. Also remember that javascript support in your browser is necessary in phpmyadmin 4.x
 
Last edited:
Why is there a Change Password link after logging in... Can it be disabled?

Edit:
If you have a custom config, just add $cfg['ShowChgPassword'] = false; in the config file
 
Last edited:
@saosangmo, I use php 5.4.x as mod_php with mod_ruid2 in custombuild 2.0.
 
You need custombuild 1.2+ (sorry I forgot about that)
then
./build set phpmyadmin_ver 4
 
Last edited:
CustomBuild 1.1 does not support phpMyAdmin 4.x. I would recommend updating to CustomBuild 1.2.
Code:
cd /usr/local/directadmin/custombuild
./build set custombuild 1.2
./build update
./build set phpmyadmin_ver 4
./build phpmyadmin
 
Back
Top