phpmyadmin File Import

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
marcusm88
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Oct 15, 2005 6:08 pm

phpmyadmin File Import

Post by marcusm88 »

I'm trying to import a file into the database using phpmyadmin, I keep getting an Internal Server Error Msg... Has anyone else experienced this problem?
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, edge100x@nuclearfallout.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.0.54 (Gentoo/Linux) Server at hostileweb.nuclearfallout.net Port 80
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

How big is this sql file? Looks like this file is excessively large to upload at once, so you should try breaking up the sql file and uploading it in parts.
-Nick
marcusm88
New to forums
New to forums
Posts: 4
Joined: Sat Oct 15, 2005 6:08 pm

Post by marcusm88 »

1mb gzipped
marcusm88
New to forums
New to forums
Posts: 4
Joined: Sat Oct 15, 2005 6:08 pm

Post by marcusm88 »

6mb regular .sql I'll try splitting it up in to a few files.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

try using regular .sql and about 1 mb each
-Nick
marcusm88
New to forums
New to forums
Posts: 4
Joined: Sat Oct 15, 2005 6:08 pm

Post by marcusm88 »

Sweet. Yep it's working. Thnx.

BTW phpmyadmin is the only remotesql script tool i've ever used... Are there any others that are as good or better?
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

marcusm88 wrote: BTW phpmyadmin is the only remotesql script tool i've ever used... Are there any others that are as good or better?
phpmyadmin is the best one in my book :)
-Nick
yodaky
New to forums
New to forums
Posts: 11
Joined: Wed Mar 23, 2005 9:45 am

Post by yodaky »

Nick|NFo wrote:try using regular .sql and about 1 mb each
i hate to revive an old thread but how does one "break up" the file? just cut and paste some stuff from the main one until it is smaller?

i have emailed support about a similar error but if this solves it then i will be relieved lol.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

You can break it up after any ; in the sql file.
-Nick
Post Reply