PHPmyadmin Configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • northernrave
    New Member
    • Apr 2007
    • 1

    PHPmyadmin Configuration

    Hi, I am new to PHP and I can only understand small bits and pieces.

    I have ordered a dedicated server running on a linux operating system and I have just installed PHPmyadmin. When I tried to import a backed up MySQL database my backup was too big to import (it is just under 4 megs big).

    I have been on the wiki site for PHPmyadmin and it says I could change the max upload size on the import page by adding the following line into the confin.inc.php file:

    Code:
    $cfg['MemoryLimit']             = 10000;
    I have entered this line but it has not changed the import limit on PHPmyadmin

    Here is my config.inc.php file:

    Code:
    <?php
    $i=0;
    $i++;
    $cfg['Servers'][$i]['host']='213.171.218.253'; // your database server’s IP address
    $cfg['Servers'][$i]['auth_type']='config'; // Authentication method – config, http or cookie
    $cfg['Servers'][$i]['user']='northe00'; // your database username
    $cfg['Servers'][$i]['password']='password'; // your database user’s password
    $cfg['MemoryLimit']             = 10000;
    ?>
    Please could you help me sort my problem out as my forums and galleries cant be reopened until this is sorted.

    Thank you for any help
Working...