Results 1 to 6 of 6

Thread: [help]max upload in phpmyadmin

  1. #1
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    180
    Thanks
    4
    Thanked 37 Times in 12 Posts
    Rep Power
    0

    Default [help]max upload in phpmyadmin

    Hey pals,
    how can i increase the maximum upload size of sql in phpmyadmin?
    Currently my maximum upload size is 2mb and i want to upload a sql of 14mb.
    Plz suggest any good idea

  2. #2
    Senior Member shushant's Avatar
    Join Date
    Feb 2011
    Location
    Root
    Posts
    197
    Thanks
    39
    Thanked 36 Times in 20 Posts
    Rep Power
    3

    Default

    Quote Originally Posted by Pflash [Only registered and activated users can see links. Click Here To Register...]
    Hey pals,
    how can i increase the maximum upload size of sql in phpmyadmin?
    Currently my maximum upload size is 2mb and i want to upload a sql of 14mb.
    Plz suggest any good idea
    Open php.ini
    nd look
    Code:
    post_max_size = 2M
    change it with your requirement

    or use mysql class

  3. #3
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    180
    Thanks
    4
    Thanked 37 Times in 12 Posts
    Rep Power
    0

    Default

    I need suggestion regarding host not localhost.In my localhost i've increased max upload upto 90mb lol

  4. #4
    Senior Member Ghost's Avatar
    Join Date
    Jan 2007
    Location
    Cardiff, Wales
    Posts
    295
    Thanks
    12
    Thanked 138 Times in 37 Posts
    Rep Power
    0

    Default

    you can do it through .htaccess

    Example:

    PHP Code:
    php_value upload_max_filesize 20M
     php_value post_max_size 20M
     php_value max_execution_time 200
     php_value max_input_time 200 
    You can edit it to suit your needs.
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '


    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

  5. #5
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    180
    Thanks
    4
    Thanked 37 Times in 12 Posts
    Rep Power
    0

    Default

    Thankx mate

  6. #6
    Senior Member Ghost's Avatar
    Join Date
    Jan 2007
    Location
    Cardiff, Wales
    Posts
    295
    Thanks
    12
    Thanked 138 Times in 37 Posts
    Rep Power
    0

    Default

    your welcome. goodluck.
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '


    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. help about phpmyadmin
    By icedroplet1987 in forum Server Management
    Replies: 4
    Last Post: 13-04-12, 02:33
  2. phpmyadmin cannot start session without errors
    By s3nzo in forum Coding Forum
    Replies: 2
    Last Post: 01-11-11, 07:21
  3. wap phpmyadmin 2.0.1
    By ionutvmi in forum Scripts Forum
    Replies: 5
    Last Post: 07-07-11, 15:51
  4. Phpmyadmin
    By Rekon in forum Coding Forum
    Replies: 14
    Last Post: 27-09-10, 07:13
  5. Phpmyadmin Help
    By honkytonkman in forum Tutorials
    Replies: 5
    Last Post: 28-06-09, 17:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19