Question about Phpmyadmin

Discussion in 'Databases' started by djchinezu, Jan 11, 2013.

  1. #1
    I have a VPS and in my phpmyadmin at import database, at right of button browse i have (Max: 6.0E+1MiB) What is it ?
     
    djchinezu, Jan 11, 2013 IP
  2. dsmlacctv

    dsmlacctv Greenhorn

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    could you please drop a screen shot what you are exactly taking about
     
    dsmlacctv, Jan 11, 2013 IP
  3. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #3
    That's the maximum size database you can import.
     
    Rukbat, Jan 11, 2013 IP
  4. Nedzad Mesic

    Nedzad Mesic Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Hi,
    You can try to increase the memory by editing this line "memory_limit = 16M" in your php.ini . Then restart your Apache.

    OR
    You can try to by adding the following line "php_value memory_limit 16M "to .htaccess file

    AND

    You can try to use phpMyAdmin and import your accounts directly to SugarCRM tables.
     
    Nedzad Mesic, Feb 28, 2013 IP
  5. mark33

    mark33 Member

    Messages:
    240
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #5
    Or you can try edit "memory_limit = 16M" ,"php_value memory_limit 16M " changes 16M to -1, -1 is unlimited size.

    Regards
     
    mark33, Mar 13, 2013 IP
  6. Nedzad Mesic

    Nedzad Mesic Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    This is great, I never knew I could be going up to unlimited size.
     
    Nedzad Mesic, Mar 19, 2013 IP