Rar9
Regular Pleskian
How to resolve this The Database is about 650MB large. Table Session is 315MB.
Unable to make database dump. Error:
Failed to exec mysqldump: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' when dumping table `sessions` at row: 0
How to fix this as i can't even dumpt the DB via Gui
/usr/local/psa/admin/conf/php.ini
short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 600
memory_limit = 2048M
max_file_uploads = 99999
max_input_vars = 2000
/etc/mysql/my.cnf
collation_server=utf8mb4_unicode_ci
character_set_server=utf8mb4
skip-character-set-client-handshake
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_buffer_pool_size=2048M
query_cache_size=64M
max_allowed_packet=2048M
open_files_limit = 65535
Unable to make database dump. Error:
Failed to exec mysqldump: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' when dumping table `sessions` at row: 0
How to fix this as i can't even dumpt the DB via Gui
/usr/local/psa/admin/conf/php.ini
short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 600
memory_limit = 2048M
max_file_uploads = 99999
max_input_vars = 2000
/etc/mysql/my.cnf
collation_server=utf8mb4_unicode_ci
character_set_server=utf8mb4
skip-character-set-client-handshake
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_buffer_pool_size=2048M
query_cache_size=64M
max_allowed_packet=2048M
open_files_limit = 65535