Best way too upload a mysql db

Status
Not open for further replies.

DLow

Banned
Banned
4,007
2009
568
0
Hey guys what would be the best way too upload a large mysql db for vb

Ive tryied bigdump but lags the shit out of everything

i tryied ssh but am getting this error

ERROR 1062 (23000) at line 79: Duplicate entry '1' for key 1
 
3 comments
Hey guys what would be the best way too upload a large mysql db for vb

Ive tryied bigdump but lags the shit out of everything

i tryied ssh but am getting this error

ERROR 1062 (23000) at line 79: Duplicate entry '1' for key 1


The error is because the entry already exists within the database you are trying to import into. Either clear out the old database, or, create a new database and dump the file into it.
 
Status
Not open for further replies.
Back
Top