• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Trouble importing 4GB mysqldump database into Centos/Plesk

Myrin new

New Pleskian
When importing my 4GB mysql database:

1. into phpMyAdmin: it exceeds max upload.
2. via command line with mysql pipe command: ERROR 2006 (HY000) at line 656: MySQL server has gone away
3. using a third party utility BigDump.php: MySQL: Got a packet bigger than 'max_allowed_packet' bytes

Has anyone had any success importing large databases into Mariadb on Centos / Plesk Onyx?
 
Big Dump by Ozerov is the way to go (and from experience probably the only way to go). It is essential to present the import in very small segments to the server. Configure Big Dump as it's manual describes it the way where it imports for example 10 datasets, then quits and restarts itself to do the next 10 and so on ... step by step. Baby steps.

The "max_allowed_packet" size must be set in the MySQL (MariaDB) configuration file. This can normally be done in the
"[mysqld]" section of /etc/my.cnf. Simply add a line like
max_allowed_packet=1G
then restart the database server.
 
Thank you for your experience. I did configure Big Dump to use a lower dataset of 500 lines per session with a 90 millisecond, after setting MariaDB parameter max_allowed_packet=1G in my /etc/my.cnf file. Big Dump successfully ran it's first loop, then something on server crashed. Needed to increase my Logical Volume size on new server from 4GB to 500GB to import 4GB database and other files. Success!!!!!!!!





Screen Shot 2018-02-05 at 5.20.52 PM.png
 
Last edited:
Back
Top