Results 1 to 8 of 8
-
2nd Apr 2012, 05:31 PM #1OPMember
Increasing size limit for importing on phpmyadmin
By default the size limit for importing a database in phpmyadmin is 50mb.
How can I increase this? I have ssh access, full root.
I need to increase it to at least 900mb, how can I do this?
ThanksWebmin Reviewed by Webmin on . Increasing size limit for importing on phpmyadmin By default the size limit for importing a database in phpmyadmin is 50mb. How can I increase this? I have ssh access, full root. I need to increase it to at least 900mb, how can I do this? Thanks Rating: 5
-
2nd Apr 2012, 05:34 PM #2Pure Awesomeness!
Start using google mate, everything is there.
/etc/php.ini
Or here:
/etc/php/php.ini
/etc/php5/php.ini
Or here:
/usr/bin/php5/bin/php.ini
Anyway, you can always find any file named php.ini in this manner
find / -name php.ini
Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
-
2nd Apr 2012, 05:37 PM #3OPMemberOriginally Posted by RT
-
2nd Apr 2012, 05:37 PM #4
-
2nd Apr 2012, 05:40 PM #5The Wise OneWebsite's:
twilight.ws ddlrank.comI would suggest logging in via SSH to restore the database, it will be much much faster. If you don't have SSH access then have a look at Bigdump.
-
2nd Apr 2012, 05:40 PM #6Member
Damn RT, beat me too it...
Good investigoogling though!
---
On a side not, I wouldn't increase it to 900mb lol, that's pretty crazy dude.
Just upload the sql file and do the import via SSH.
-
2nd Apr 2012, 05:44 PM #7OPMember
2,047mb is the maximum amount you can do, I did that for it and it has updated. Also
Originally Posted by whoo
-
2nd Apr 2012, 06:26 PM #8BannedWebsite's:
XmasPresent4Me.comYou could use mysqldumper through http for the user interface/CP and ftp to transfer the files. I use it regularly to back up my 3 plus gb database. It will do backups and restores, I have not used bigdump since I found this.
You can find it by using your favorite search engine.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to increase max upload filesize limit in phpmyadmin
By saninokia in forum Server ManagementReplies: 3Last Post: 28th Nov 2011, 08:04 PM -
my vbulletin database size quickly increasing
By chems in forum vBulletinReplies: 17Last Post: 21st Aug 2011, 10:06 PM -
Big Table Size @ PHPMyAdmin
By champ_007_bond in forum vBulletinReplies: 7Last Post: 20th Aug 2011, 02:33 PM -
Beating PHPMyAdmin Upload size limit.
By Luke in forum Webmaster DiscussionReplies: 6Last Post: 24th Jun 2009, 11:44 AM -
Which encoding when importing Macedonian database thru phpMyAdmin?
By Mac in forum Technical Help Desk SupportReplies: 1Last Post: 17th May 2009, 01:20 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...