Does anyone else's phpmyadmin take an incredibly long time to load? like 68 seconds after i click a table it finally gets there...!
its also very slow when i click the "add data from text file into table" button...
is there anything that can be done to speed it up?
//http://future500.nl/phpmyadmin-slow-on-startup/:$cfg['MaxExactCountViews'] = 0;//disable trying to count the number of rows in any view$cfg['MaxExactCount'] = 0;//disable correcting the InnoDB estimatesThank you to future500.nl! I wish I'd found this fix hours earlier, before I accidentally deleted all my data. :-( – Ryan Jan 16 at 3:50