importing an sqldump file hangs
I have 2 .sql files dumped from 2 mysql databases. After installing a lamp stack and phpmyadmin on an ubuntu 18.04 system I created two databases with phpmyadmin with the same names as the .sql ones. I imported one of the .sql files without a problem but when I tried to do the same with the second one the import never completes, it just hangs phpmyadmin.
I try looking at the tables with command line mysql and I can see the 1st table it is trying to populate but no data is there, only the table name and field descriptions. Inserting an entry with mysql hangs also.
Where can I look for error logging to see what is happening?
Subject
Views
Written By
Posted
importing an sqldump file hangs
1570
April 28, 2019 07:42PM
585
April 28, 2019 08:21PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.