Hi I have a zip backup being generated to a GoogleDrive account from Akeeba backup Pro.
I unzip and open the sql dir
It contains 1 site.sql file plus a bunch of incremental files e.g site.S01 to site.S140
The original sql database size on the server is 71mb
How do i import all these files into phpMyAdmin if i need to recover?
How can i read these .S01 files in Visual Studio or Atom?
Is there a way of splitting into e.g 4 X 20mb .sql files for example site1.sql , site2.sql, site3.sql, site4.sql which can be easily read and uploaded individually in the event of needing a recovery?
Thanks