how to import a very large query over phpmyadmin?

前端 未结 6 604
旧时难觅i
旧时难觅i 2020-12-21 05:21

if my host does not allow me to upload a file directly to my mysql folder and i can only do so throught phpmyadmin? are there any alternatives aside from its native import f

6条回答
  •  自闭症患者
    2020-12-21 05:24

    See my answer here: https://stackoverflow.com/a/33728744/74585

    If during an import operation you untick Partial import -> Allow the interruption of an import... then phpMyAdmin seems to send the entire thing to mysql which is processed slowly. Unfortunately phpMyAdmin (at least on my shared host) will no longer respond to requests, but using a browser on a different IP address works and let's you monitor the query's progress.

提交回复
热议问题