Skip to content

Instantly share code, notes, and snippets.

@zcraber
Created June 20, 2023 19:12
Show Gist options
  • Save zcraber/08c191f7db5a28ee8f96de7f49372244 to your computer and use it in GitHub Desktop.
Save zcraber/08c191f7db5a28ee8f96de7f49372244 to your computer and use it in GitHub Desktop.
phpMyAdmin - Error Incorrect format parameter
If you're getting "phpMyAdmin - Error Incorrect format parameter" while importing SQL, try this:
1. Note the version of PHP CyberPanel's phpMyAdmin is using.
2. Login as admin to CyberPanel.
3. Under Server > PHP, select Edit PHP Configs.
4. Select the same PHP version that phpMyAdmin is using.
5. Change upload_max_filesize and post_max_size to 100M or something like that.
6. Save Changes, Restart PHP and systemctl restart lscpd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment