PHPMyAdmin

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

PHPMyAdmin

Post by malcolmboston »

Just a quick question as i have to do work.

Im just installing PHPMyAdmin freshly and i cannot believe the sheer amount of files, now theres organisation of files and then theres bloat, ive thought this for a while but have not had time to check up.........

.....I have an install of 2.10.2 and when your on the first screen, selecting your database my FF progress bar is dying for about 20 - 30 secs, absolutely no explanation.

Has, in its quest for the scope of the application (meaning its usage, which must be huge) and it trying to be the authorative force in web<->SQL interaction grown with bloat that slows the application down.

Is a new version going to be rewriting (if required) a new code base etc because if it continues its going to be huge.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Sounds like you have some database connection problems. I have not seen it slow like that.
(#10850)
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

a lot of the files are localisation - languages etc. Having said that, if you're after clean code, phpMyAdmin wouldn't be a good choice - nor most PHP-apps out there.
Post Reply