I have a 400MB large sql backup file. I\'m trying to import that file into MySQL database using WAMP->import, but the import was unsuccessful due to many reasons such as upl
You can import large files this command line way:
mysql -h yourhostname -u username -p databasename < yoursqlfile.sql