How to do import/export of a large size database?
Database size allowed for loading through the PhpMyAdmin interface is limited by the PHP parameters post_max_size and upload_max_filesize. (usually 100-200 MB), so if the database dump volume exceeds these parameters, you can download the dump using SSH access. In the DirectAdmin control panel is available Web SSH Client, for authorization use the same access data…