• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows Uniform Server, HELP! =)

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hello,

I need to import a database that is currently in 70mb but the Uniform Server said just support at 8mb.

How I can edit this for import my db?

Thanks.
 
usr/local/php/php.ini (e.g set it to 70M)
Code:
upload_max_filesize = 8M
post_max_size = 8M
 
Back
Top