• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

phpmyadmin export database problem

D

drogatoo

Guest
Hy,
one of my clients is trying to export a database that has a table of 31M in size, but he can't.When he tries to export it to a file he receives a file of 0 bytes in size.Also when he exports it in plain text in the browser he gets a blank page.
I've managed to dump it in the shell but i cannot give the client access to the shell, he must do it through phpmyadmin.
I've tried several tweaks to the php.ini but with no result.
Here are the settings that I've tried to modify from php.ini
max_execution_time = 30
max_input_time = 60
memory_limit = 50M
post_max_size = 8M
upload_max_filesize = 50M
 
yes, there is such issue with large databases,
this has been already reported to Plesk developers, but no update/workaround yet
i hope this will be fixed soon in future Plesk versions.
 
Yeah, i hope so!

Mine is 22mb gziped and 100mb as .sql(txt) . :)

Waiting for an update!

This is urgent... :)
 
Here my fix:

1. Open your plesk php.ini (my plesk php.ini located: /usr/local/psa/admin/conf/php.ini)
2. Find memory_limit change to example: memory_limit = 256M
3. Stop and start psa services: /etc/init.d/psa stopall , /etc/init.d/psa start


i have centos linux 5.1, plesk 8.3 linux, 4096 DDRII ram, core duo 2 cpu..
 
Thanks that did the trick for me, I can export the database now.Never thought that the value should be that large.
 
Back
Top