Created
June 20, 2023 19:12
-
-
Save zcraber/08c191f7db5a28ee8f96de7f49372244 to your computer and use it in GitHub Desktop.
phpMyAdmin - Error Incorrect format parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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