Big databases

jb42192

New Member
Messages
1
Reaction score
0
Points
0
How to upload a database size about 38 MB, i tried installing mysql dumper but i just can't install it. Please help.
 

IonCannon218

New Member
Messages
177
Reaction score
2
Points
0
well, i moved a database from my computer to my site
what i did is in phpMyAdmin:
select the database on the left
on the top, there is a export option, click it
check the box saying save as file
download the .sql file

[if you already did the above, start here]
you will need to create the database first,
access your site phpMyAdmin, (C-Panel)
go to the new database,
click on import on the top,
select the file to upload

it should work, unless there is a limit for the upload size
if there is a limit, you could make a request for the admins to upload it for you
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Or you could run it in parts, this might take a while though. Alternatively you could upload the .sql file and run it in PHP. THis gets around the POST Limit size
 
Top