PHPMYADMIN — I get “Missing parameters” errors, what can I do?

I get “Missing parameters” errors, what can I do?

Well i was having couple of problems working with phpmyadmin!!

With XAMPP / LAMPP installed on my box the FAQ suggested some thing about doing

In config.inc.php, try to leave the $cfg['PmaAbsoluteUri']directive empty

But that didnt worked as well

A quick solution to it was that i had to add

$cfg['Servers'][$i]['extension'] = ‘mysql’;

in config.inc.php

and the export worked.

~ by azimyasin on February 28, 2008.

3 Responses to “PHPMYADMIN — I get “Missing parameters” errors, what can I do?”

  1. finally aisa blog mil hi gaya mujhe jo php related ho
    mein abhi seekh raha hoon tu yar tumhare blog se help mile gii

    regards
    sumair

  2. thank you, bro

  3. I have already that line exists then also i am getting error. Do you have any suggestions please?

Leave a Reply