mysql - 1000mb database file is not uploading completely -
we have magento site.
we have large database of 1000mb site.
when try import database through phpmyadmin, it's not uploading full database. lot of tables missing after uploading.
qe getting error :
script timeout passed, if want finish import, please resubmit same file , import resume
we have godaddy cpanel , phpmyadmin.
is there way upload large database completely?
i planning change php.ini settings mentioned in question:
how solve time out in phpmyadmin?
but not able find php.ini file.
have need edit default magento phi.ini.sample?
try in godaddy ssh,
- log on server.
- at command line, type su -. gives root access.
- at command line, type mysql -uroot -p
- enter mysql root password.
- select yourdatabase name insert data writing command, use yourdatabasename
- then load source sql file source d:\profile20\database.sql
- press enter insert data.
this video link may you.
Comments
Post a Comment