I am using phpmyadmin on my windows os. I have a database with one table which has 100M records with the size of 20GB. I want to export this table and have the table.sql fil
I would suggest to try using the command line and the mysqldump.exe utility, as suggested here