phpMyAdmin hangs during mySql file import -


i received bunch .sql files, none of them > 200k use phpmyadmin in xammp import db @ 80% of successful import, must bad .sql file caused phpmyadmin hang, there no error massage whatsoever. how can phpmyadim recover without erasing imported files? btw, use xampp 1.7.3 mac thanks

as pma web interface, limited same post size limits , timeout limits, etc, other web app.

if have import large files have them command line.

mysql -u username -p db_name < /path/to/importfile.sql 

replace username db username, db_name database name, , /path/to/importfile.sql full path import file.

if have large files, recommend big dump stagger upload. i've used tool several times , works , easy use.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -