Results 1 to 5 of 5
-
20th Jul 2010, 06:34 PM #1OPMember
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 pleasebachbell 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
-
20th Jul 2010, 06:35 PM #2MemberWebsite's:
warezall.comEdit these files in php.ini
upload_max_filesize
post_max_size
max_execution_time
Don't forget to restart.
-
20th Jul 2010, 06:36 PM #3Member
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
-
20th Jul 2010, 06:38 PM #4Member
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.
-
20th Jul 2010, 06:40 PM #5OPMember
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
kloxo phpmyadmin pw
By inject0r in forum Server ManagementReplies: 5Last Post: 6th Sep 2011, 02:58 PM -
Need help import sql db in phpmyadmin
By warung giras in forum Web Development AreaReplies: 4Last Post: 20th Jul 2011, 06:55 AM -
phpMyAdmin problem?
By vorazeal in forum Webmaster DiscussionReplies: 6Last Post: 20th Jan 2011, 01:13 AM -
MySQL/phpMyAdmin help?
By .:Jamie:. in forum Web Development AreaReplies: 3Last Post: 29th Nov 2010, 02:47 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...