I'm trying to import a mysql database backup into a new computer.
I used webmin's mysql module to create the backup file. The name of the database I backed up was 'rt3'. The name of my backup file is 'rt3.sql'. I've already moved it over to the new machine.
I searched the mysql documentation and tried doing:
Code:
mysqlimport rt3 rt3.sql
It thinks I'm trying to import the entire file into a table called rt3, and quits with an error.
The problem is that this is a backup of an entire dB, not just a single table.
I'm no mysql expert, so any suggestions would be appreciated.