i use php 5 and mysql 4. i manage my database by Phpmyadmin.

I have a database about 23 MB. I use Phpmyadmin import that in my database. But i received a error :"You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit."...please show me the method to can import it in !

tks Mr/s

    if possible, look at/change the following php.ini directives:

    max_execution_time
    max_input_time
    post_max_size
    upload_max_filesize
    mysql.connect_timeout

    also look at the following phpMyAdmin directives (in config.inc.php):

    $cfg['ExecTimeLimit']
    $cfg['MemoryLimit']

    if you are unable or unwilling to change the above settings then you should look at Big Dump

      Write a Reply...