Activity Stream
48,167 MEMBERS
6760 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default help with phpmyadmin

    well my host its unable to help unless i buy managed server 35 month bah ..


    well phpmyadmin allows only 8mb on data base import so i change max file size in php.ini save end remplace file and restarted but nothings changed


    help please
    bachbell Reviewed by bachbell on . help with phpmyadmin well my host its unable to help unless i buy managed server 35 month bah ..<_< well phpmyadmin allows only 8mb on data base import so i change max file size in php.ini save end remplace file and restarted but nothings changed help please Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    warezall.com
    Edit these files in php.ini

    upload_max_filesize
    post_max_size
    max_execution_time

    Don't forget to restart.

  4.     
    #3
    Member
    Import the sql file via ssh
    upload the sql file & login to ssh & cd to the dir where you uploaded the file
    then

    mysql -u username -p data-base-name < data.sql


  5.     
    #4
    Member
    You are on shared hosting, right?

    If you are, download bigdump from http://ozerov.de/bigdump.php , and import your database via bigdump. It's 10 times faster.

    EDIT :

    My bad I thought that you are on shared hosting. Didn't read whole post, do as Gav0 said.

  6.     
    #5
    Member
    nop. im on vps i install kloxo as control panel and include phpmyadmin on it ,, well i will try your advices


    and this my php ini congf

    Code: 
    ; Maximum allowed size for uploaded files.
    
    
    register_globals = off
    display_errors = off
    file_uploads = on
    upload_max_filesize = 200M
    log_errors = off
    output_buffering = off
    register_argc_argv = on
    magic_quotes_gpc  = off 
    post_max_size = 200M
    magic_quotes_runtime = off
    magic_quotes_sybase = off
    mysql.allow_persistent = off
    max_execution_time = 90
    max_input_time = 60
    memory_limit = 32M
    post_max_size = 200M
    allow_url_fopen = on
    allow_url_include = on
    register_long_arrays = on
    session.save_path = /var/lib/php/session
    cgi.force_redirect = on

    uploding data base its heavy 123mb

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. kloxo phpmyadmin pw
    By inject0r in forum Server Management
    Replies: 5
    Last Post: 6th Sep 2011, 02:58 PM
  2. Need help import sql db in phpmyadmin
    By warung giras in forum Web Development Area
    Replies: 4
    Last Post: 20th Jul 2011, 06:55 AM
  3. phpMyAdmin problem?
    By vorazeal in forum Webmaster Discussion
    Replies: 6
    Last Post: 20th Jan 2011, 01:13 AM
  4. MySQL/phpMyAdmin help?
    By .:Jamie:. in forum Web Development Area
    Replies: 3
    Last Post: 29th Nov 2010, 02:47 PM

Tags for this Thread

BE SOCIAL