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,

  1. log on server.
  2. at command line, type su -. gives root access.
  3. at command line, type mysql -uroot -p
  4. enter mysql root password.
  5. select yourdatabase name insert data writing command, use yourdatabasename
  6. then load source sql file source d:\profile20\database.sql
  7. press enter insert data.

this video link may you.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -