Incorrect format parameter
# https://stackoverflow.com/questions/50690076/phpmyadmin-error-incorrect-format-parameter
increase the values of two variables in php.ini file. Change following in php.ini
upload_max_filesize=64M
post_max_size=64M
Incorrect format parameter
# https://stackoverflow.com/questions/50690076/phpmyadmin-error-incorrect-format-parameter
increase the values of two variables in php.ini file. Change following in php.ini
upload_max_filesize=64M
post_max_size=64M
phpmyadmin import incorrect format parameter
docker exec -it 34e sh -c "echo 'php_value upload_max_filesize 256M' > '/var/www/html/.htaccess'"
docker exec -it 34e sh -c "echo 'php_value post_max_size 256M' > '/var/www/html/.htaccess'"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us