Quantcast
Channel: Server – Web Development Tips
Viewing all articles
Browse latest Browse all 13

Import Huge Database file in phpMyAdmin

$
0
0
Make sure you change both *”post_max_size”* and *”upload_max_filesize”* in your “php.ini” (which is located where your “php.exe” is or C:\xampp\php\). The following example allows you to upload and import 128MB sql files: post_max_size=128M upload_max_filesize=128M Restart Apache and you’re all done !! Filed under: PHP, Server Tagged: cannot import huge database file, import database, increase maximum […]

Viewing all articles
Browse latest Browse all 13

Trending Articles