Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Robert_Wlliams's avatar

Phpmyadmin file size

what is the maximum file size for mysql in phpmyadmin xampp or can we upload a 5gb file to xampp

0 likes
1 reply
Tray2's avatar

Default I would say 128Mb files in your php.ini.

What do you mean by file size from MySQL? Are you planning to store binary files in your database then don't, It's a really bad idea. Files should be on the file system and the path to it in the database.

Please or to participate in this conversation.