'How to know to which line of sql file is already imported in xampp?

I imported 2.8gb SQL file and it failed(I accidentally close the window). I want to find log file or something like that which can tell me the last executed SQL query or the number of queries executed from the last imported SQL file.

  • mysql version 15.1
  • 10.4.22-MariaDB

So, I can use partial import to skip already run queries.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source