I am trying to export a huge MyISAM table in a MySQL database into a .SQL file. Will doing so lock the entire table and prevent applications from using it during the export?
If so, is there an alternative?
I am trying to export a huge MyISAM table in a MySQL database into a .SQL file. Will doing so lock the entire table and prevent applications from using it during the export?
If so, is there an alternative?